Is there a way to upload docker image to ECR in multiple steps?

0

I have a heavy image and a time limit to upload this image to ECR. But I can run "upload" job multiple times. Is there a way to "cache" layers for a period of time or any other solution?

Roman
asked 2 years ago229 views
1 Answer
0

ECR allows 250-500 concurrent parts to be uploaded for a layer in by default in ECR public or private repos. If you have enough bandwidth, you can request increase in this quota so that image could be uploaded within your time limit. You could also split your layer if they are big and not getting pushed within your time limit . See if any of the approaches in this answers work for that purpose.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions