使用 cloudformation 在 AWS ECR 中指定标签不变性
specify tag immutability in AWS ECR using cloudformation
是否可以在 AWS ECR CloudFormation 模板中指定图像标签的不变性?
图像标签不变性是 https://docs.aws.amazon.com/cli/latest/reference/ecr/create-repository.html but I don't see any obvious way to do it at https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html
的一个选项
这是Cloudformation的通病,总是滞后。您可能需要等待一段时间,因为 CF 支持此功能。目前,我只是 运行 aws cli 来更新这个标签的不变性(以及推送时的图像扫描)
这是之前提出的一个类似问题。
是否可以在 AWS ECR CloudFormation 模板中指定图像标签的不变性?
图像标签不变性是 https://docs.aws.amazon.com/cli/latest/reference/ecr/create-repository.html but I don't see any obvious way to do it at https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html
的一个选项这是Cloudformation的通病,总是滞后。您可能需要等待一段时间,因为 CF 支持此功能。目前,我只是 运行 aws cli 来更新这个标签的不变性(以及推送时的图像扫描)
这是之前提出的一个类似问题。