summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/41-init-podman-images.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'data/live-build-config/hooks/live/41-init-podman-images.chroot')
-rwxr-xr-xdata/live-build-config/hooks/live/41-init-podman-images.chroot8
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