mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
tests/integration/get-images.sh: fix busybox.tar.xz URL
Fix issue 3699 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
committed by
Kir Kolyshkin
parent
b8ebeecec5
commit
3b6625c632
@@ -56,7 +56,7 @@ esac
|
||||
# busybox
|
||||
BUSYBOX_IMAGE="$TESTDATA/busybox-${arch}.tar.xz"
|
||||
get "$BUSYBOX_IMAGE" \
|
||||
"https://github.com/docker-library/busybox/raw/dist-${arch}/stable/glibc/busybox.tar.xz"
|
||||
"https://github.com/docker-library/busybox/raw/dist-${arch}/latest/glibc/busybox.tar.xz"
|
||||
echo "BUSYBOX_IMAGE=$BUSYBOX_IMAGE"
|
||||
|
||||
# debian
|
||||
|
||||
Reference in New Issue
Block a user