0

是否可以在 AWS ECR CloudFormation 模板中指定图像标签不变性?

图像标签不变性是 https://docs.aws.amazon.com/cli/latest/reference/ecr/create-repository.html 上的一个选项,我在https://docs上看不到任何明显的方法.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html

4

1 回答 1

1

这是 Cloudformation 的常见问题,总是落后。您可能需要等待一段时间 util CF 支持此功能。目前,我只是运行 aws cli 来更新这个标签的不变性(以及推送时的图像扫描)

这是之前提出的一个类似问题。

是否可以在 AWS Cloudformation 中指定数据格式转换?

于 2019-11-04T04:42:16.227 回答