mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #279 from sarthurdev/containers_revert
containers: T2216: Revert container test specfic build changes
This commit is contained in:
commit
badf55cd2d
@ -2,7 +2,6 @@ packages = [
|
||||
"gdb",
|
||||
"strace",
|
||||
"apt-rdepends",
|
||||
"skopeo",
|
||||
"tshark",
|
||||
"vim",
|
||||
"vyos-1x-smoketest"
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user