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年前208ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ