Skip to content
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

ecrOptions.imageTagMutability doesn't work #649

Closed
mikebryant opened this issue Jan 29, 2024 · 1 comment · Fixed by #678
Closed

ecrOptions.imageTagMutability doesn't work #649

mikebryant opened this issue Jan 29, 2024 · 1 comment · Fixed by #678
Labels
bug Something isn't working

Comments

@mikebryant
Copy link

We've set this to IMMUTABLE, but it's still created as MUTABLE

It's configurable here:

ImageTagMutability string `yaml:"imageTagMutability"`

But hardcoded here:

ImageTagMutability: aws.String(ecr.ImageTagMutabilityMutable),

@estahn
Copy link
Owner

estahn commented Jan 30, 2024

@mikebryant Good find. Would you mind contributing a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants