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
demandé il y a 2 ans228 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions