feat(cli): make ecr images immutable when created from cdk bootstrap#19937
feat(cli): make ecr images immutable when created from cdk bootstrap#19937mergify[bot] merged 3 commits intoaws:masterfrom
Conversation
|
@gitpod-io[bot] is not allowed to run commands |
|
@rix0rrr I think this is what was described in the issue? |
ffe9689 to
5e9c923
Compare
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
Thanks for the contribution! We just need a test for this change.
5e9c923 to
069ccca
Compare
Pull request has been modified.
Added new test to verify the |
ea763a9 to
753b550
Compare
c460354 to
ebdf324
Compare
As CDK creates images always with different name/tag, it can be ensured that those are not changed at the repository side
|
@TheRealAmazonKendra Is there something that needs to be changed in PR? |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ws#19937) As CDK creates images always with different name/tag, it can be ensured that those are not changed at the repository side. Changes default functionality without offering immutability setting [`AWS::ECR::Repository.ImageTagMutability`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-imagetagmutability) Fixes aws#18376 ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [x] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [x] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
As CDK creates images always with different name/tag, it can be ensured that those are not changed at the repository side.
Changes default functionality without offering immutability setting
AWS::ECR::Repository.ImageTagMutabilityFixes #18376
All Submissions:
Adding new Unconventional Dependencies:
New Features
yarn integto deploy the infrastructure and generate the snapshot (i.e.yarn integwithout--dry-run)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license