diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-11-07 17:35:11 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-11-07 17:35:11 +0100 |
commit | 08beb1032ecd677c3625b61fb9ab715da8b92195 (patch) | |
tree | 02271c0b6326fe530b688ebe89fea0afc7f0e201 /data/live-build-config | |
parent | 5796825e830c9be11345e48ad4e7316eb3b7210a (diff) | |
download | vyos-build-08beb1032ecd677c3625b61fb9ab715da8b92195.tar.gz vyos-build-08beb1032ecd677c3625b61fb9ab715da8b92195.zip |
Revert "containers: T2216: Include busybox container image, used in smoketests (1MB)"
This reverts commit 5f186754fe54e9a5b0f7cdea1b295778ddd6796a.
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/live/41-init-podman-images.chroot | 8 |
1 files changed, 0 insertions, 8 deletions
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 |