Replies: 1 comment
-
As long as the image (and its contents) itself do not change, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I started my journey with terraform and I am facing an issue with pushing images to ECR using docker provider - lets began with my configuration:
so, I tested it and everything works well, except for one thing, when I try to change the docker image tag (${var.kafka_connect_image_version}) - the image with the changed tag is not pushed as a new image but only the tag is added to previous one, even if the repository is set to "tag immutability".
Any ideas about where am I wrong, or what should I change here to change the terraform behavior?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions