-
Notifications
You must be signed in to change notification settings - Fork 14
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
Registry auth shows changes on every run #952
Comments
Hey @mjeffryes - I see this got tagged |
alas, no, I just fat fingered the labels |
@jtmarmon for what it's worth, if your use case is limited to only building images the new docker-build provider doesn't have this problem. |
Thanks @blampe - in our case it's for fetching the latest image sha for setting the docker image on our K8s deployments using |
Depends on pulumi/pulumi#17667. |
Hello!
Issue details
Related to #498
We use AWS ECS with the pulumi docker provider like so:
Because the password changes every time, and the entire registryAuth object is a secret,
pulumi up
shows a change on every run. Not sure if there's a way to work around this, but it would be great to be able to ignore the password changes (which is what I believe is actually changing each time, where the address and username are static)The text was updated successfully, but these errors were encountered: