diff options
-rw-r--r-- | data/build-types/development.toml | 1 | ||||
-rwxr-xr-x | data/live-build-config/hooks/live/41-init-podman-images.chroot | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/data/build-types/development.toml b/data/build-types/development.toml index 31c50522..f0207a6a 100644 --- a/data/build-types/development.toml +++ b/data/build-types/development.toml @@ -2,7 +2,6 @@ packages = [ "gdb", "strace", "apt-rdepends", - "skopeo", "tshark", "vim", "vyos-1x-smoketest" diff --git a/data/live-build-config/hooks/live/41-init-podman-images.chroot b/data/live-build-config/hooks/live/41-init-podman-images.chroot deleted file mode 100755 index 1915a40f..00000000 --- a/data/live-build-config/hooks/live/41-init-podman-images.chroot +++ /dev/null @@ -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 |