Skip to content

Commit

Permalink
tests/integration/get-images.sh: fix busybox.tar.xz URL
Browse files Browse the repository at this point in the history
Fix issue 3699

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda authored and kolyshkin committed Feb 8, 2023
1 parent b8ebeec commit 3b6625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/get-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b6625c

Please sign in to comment.