You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome to have img push to retry on failure, similar to how docker CLI does it (5 times in total, with exponential back off). Alas, img does not appear to retry on push failures.
For context, AWS ECR repos have to pre-created before pushing, and I'm using an AWS Lamba to create an ECR repo when push failure event (caused by missing repo) shows up in Cloudtrail.
The text was updated successfully, but these errors were encountered:
It would be awesome to have
img push
to retry on failure, similar to how docker CLI does it (5 times in total, with exponential back off). Alas,img
does not appear to retry on push failures.For context, AWS ECR repos have to pre-created before pushing, and I'm using an AWS Lamba to create an ECR repo when push failure event (caused by missing repo) shows up in Cloudtrail.
The text was updated successfully, but these errors were encountered: