AWS ECS 每个存储库限制 1000 个图像

AWS ECS 1000 images per repository limit

官方文档 here 说:

Amazon ECR limits the number of images to 1,000 per repository.

但我想知道如果达到此限制会发生什么:

如果我想推送 1001 图片会崩溃吗?

是否弹出第一张图片?

是否弹出第一个未标记的图像?

谢谢

推送失败,就这么简单