Merge pull request #279 from sarthurdev/containers_revert

containers: T2216: Revert container test specfic build changes
This commit is contained in:
Christian Poessinger 2022-11-07 17:40:30 +01:00 committed by GitHub
commit badf55cd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 11 deletions

View File

@ -2,7 +2,6 @@ packages = [
"gdb",
"strace",
"apt-rdepends",
"skopeo",
"tshark",
"vim",
"vyos-1x-smoketest"

View File

@ -1,8 +0,0 @@
#!/bin/sh
# Download busybox container image for smoketests (only ~1MB)
# Skopeo only added on development builds
if command -v skopeo &>/dev/null; then
skopeo copy --additional-tag docker.io/library/busybox:stable docker://docker.io/library/busybox:stable docker-archive://usr/share/vyos/busybox-stable.tar
fi

View File

@ -92,8 +92,7 @@ RUN apt-get update && apt-get install -y \
python3-flake8 \
python3-autopep8 \
debootstrap \
live-build \
skopeo
live-build
# vyos-build now also makes use of TOML - install yq which has toml support
RUN pip install yq==3.1.0