-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECR: support force
upon deletion
#2765
Comments
This feature is not supported by CloudFormation currently. This means that, if CDK does anything about it, it'll have to involve... a CustomResource. |
How can we raise this request the CloudFormation team to support force deletion of ECR repositories ? |
I created a new issue in the CloudFormation Coverage Roadmap repository Please let me know if I should take another action to escalate this issue to the CloudFormation team |
It looks like the CFN team is looking at the issue @heiba created as of 11 days ago. Hopefully we'll be able to support this feature soon without the need for a custom resource |
It looks like something similiar is already done with S3, with a custom resource here. |
@MrArnoldPalmer @RomainMuller While I'm chasing the CloudFormation team to hopefully update us on this issue. Any chance the CDK team can implement it using a custom resource ? |
Closing in favor of #12618. More or less a duplicate of that one. |
|
When deleting an ECR repository using the SDK or CLI there's a
force
option which will delete the repository regardless if there images in the repository. Please support this option, otherwise users are forced to use a custom resource as a workaround.For reference, see:
The text was updated successfully, but these errors were encountered: