如何使用CloudFormation强制删除AWS ECR?

时间:2018-03-08 14:43:37

标签: amazon-web-services amazon-cloudformation amazon-ecs

使用CloudFormation删除包含带有图像的ECR的堆栈会导致失败消息:

The repository with name 'my-repo' in registry with id '123' cannot be deleted because it still contains images

CLI提供了一种使用--force标志覆盖它的方法:

aws ecr delete-repository --repository-name my-repo --force

如何通过单独使用CloudFormation获得相同的结果?

0 个答案:

没有答案