summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/41-init-podman-images.chroot
blob: 1915a40f03bf6bcd4c337a1f0568640461360e71 (plain)
1
2
3
4
5
6
7
8
#!/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