We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504b94d commit 5b6769bCopy full SHA for 5b6769b
tools/test-popular-containers/build_rootfs.sh
@@ -14,8 +14,8 @@ function make_rootfs {
14
local rootfs=$LABEL
15
local IMG=$LABEL.ext4
16
mkdir $LABEL
17
- ctr image pull docker.io/library/$LABEL
18
- ctr image mount --rw docker.io/library/$LABEL $LABEL
+ ctr image pull public.ecr.aws/docker/library/$LABEL
+ ctr image mount --rw public.ecr.aws/docker/library/$LABEL $LABEL
19
MNT_SIZE=$(du -sb $LABEL |cut -f1)
20
SIZE=$(( $MNT_SIZE + 512 * 2**20 ))
21
0 commit comments