We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AWS::ECR::Repository-ImageTagMutability
AWS::ECR::Repository should support the image-tag-mutability flag of the ECR CreateRepository call.
image-tag-mutability
In Create or Update, image-tag-mutability can be set to IMMUTABLE as available from the console and cli.
IMMUTABLE
Amazon ECR UserGuide image-tag-mutability
Compute (ECR)
The text was updated successfully, but these errors were encountered:
Scientific reproducibility would be more robust with this fix, go #AWS! ;)
Coming from AWS-CDK's issue aws/aws-cdk#4640
Sorry, something went wrong.
It seems this is possible now: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html Can this issue be closed and the downstream issue be tackled?
Shipped.
No branches or pull requests
1. Title
AWS::ECR::Repository-ImageTagMutability
2. Scope of request
AWS::ECR::Repository should support the
image-tag-mutability
flag of the ECR CreateRepository call.3. Expected behavior
In Create or Update,
image-tag-mutability
can be set toIMMUTABLE
as available from the console and cli.5. Helpful Links to speed up research and evaluation
Amazon ECR UserGuide image-tag-mutability
6. Category (required) - Will help with tagging and be easier to find by other users to +1
Compute (ECR)
The text was updated successfully, but these errors were encountered: