Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/test-popular-containers/build_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function make_rootfs {
local rootfs=$LABEL
local IMG=$LABEL.ext4
mkdir $LABEL
ctr image pull docker.io/library/$LABEL
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
MNT_SIZE=$(du -sb $LABEL |cut -f1)
SIZE=$(( $MNT_SIZE + 512 * 2**20 ))

Expand Down