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년 전226회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠