Skip to content

Commit 5b6769b

Browse files
committed
test(popular-containters): use ecr instead of docker.io
This is to avoid rate limiter hits on the DockerHub side. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent 504b94d commit 5b6769b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test-popular-containers/build_rootfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function make_rootfs {
1414
local rootfs=$LABEL
1515
local IMG=$LABEL.ext4
1616
mkdir $LABEL
17-
ctr image pull docker.io/library/$LABEL
18-
ctr image mount --rw docker.io/library/$LABEL $LABEL
17+
ctr image pull public.ecr.aws/docker/library/$LABEL
18+
ctr image mount --rw public.ecr.aws/docker/library/$LABEL $LABEL
1919
MNT_SIZE=$(du -sb $LABEL |cut -f1)
2020
SIZE=$(( $MNT_SIZE + 512 * 2**20 ))
2121

0 commit comments

Comments
 (0)