Skip to content

Commit 35091fc

Browse files
committed
Docker: T9216: remove dependency on VyOS binary repository
The VyOS binary DEB repository was added to the container in commit a9a552b ("Docker: T7648: add additional vyos-1x build dependencies"). This is no longer necessary as pylint can be instructed to ignore the vici import and thus removing a circular dependency on the repository.
1 parent aeb3483 commit 35091fc

3 files changed

Lines changed: 0 additions & 59 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ RUN wget https://salsa.debian.org/klausenbusk-guest/debootstrap/commit/a9a603b17
197197
# FPM is used when generation Debian pckages for e.g. Intel QAT drivers
198198
RUN gem install --no-document fpm
199199

200-
# Add vyos package repo
201-
COPY vyos-dev.list /etc/apt/sources.list.d/vyos-dev.list
202-
COPY vyos-dev.key /usr/share/keyrings/vyos-dev-archive-keyring.asc
203-
204200
# Packages needed for vyos-1x
205201
RUN pip --no-cache --no-cache-dir install --break-system-packages \
206202
git+https://github.com/aristanetworks/j2lint.git@341b5d5db86 \
@@ -233,7 +229,6 @@ RUN pip --no-cache --no-cache-dir install --break-system-packages \
233229
python3-protobuf \
234230
python3-tabulate \
235231
python3-zmq \
236-
python3-vici \
237232
python3-fastapi \
238233
python3-pyudev \
239234
python3-systemd \

docker/vyos-dev.key

Lines changed: 0 additions & 53 deletions
This file was deleted.

docker/vyos-dev.list

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)