Skip to content

Commit

Permalink
Use default containerd address. (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Dec 6, 2021
1 parent e68b46f commit 077fb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/pull-sandbox-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for attempt in `seq 0 $API_RETRY_ATTEMPTS`; do
fi
### pull sandbox image from ecr
### username will always be constant i.e; AWS
sudo ctr --address=/run/dockershim.sock --namespace k8s.io image pull $sandbox_image --user AWS:$ecr_password
sudo ctr --namespace k8s.io image pull $sandbox_image --user AWS:$ecr_password
rc=$?;
if [[ $rc -eq 0 ]]; then
break
Expand Down

0 comments on commit 077fb18

Please sign in to comment.