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
已提問 2 年前檢視次數 209 次
1 個回答
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南