Hey :wave: Facing an issue where Pulumi forces a r...
# general
b
Hey šŸ‘‹ Facing an issue where Pulumi forces a replacement of Docker images on each new deployment without any changes done to the deployment code/dockerfile. Pulumi output just shows
[diff: ~provider]
- we're using
awsx.ecr.Image
. The issue started popping up ~last week. No changes have done to this part of our codebase recently, causing us to question whether the issue could be on Pulumi side šŸ‘€
šŸ‘€ 1
due to the
provider
difference, the deployment essentially is in a loop, where on: • deployment one - changes provider, which causes the image to not even be visible in AWS console • deployment two - fully builds and deploys the image again
b
Hmmm... That sounds quite unhelpful. I use the Docker provider myself, but I'm only using tagged images from Docker Hub, not my own Dockerfile. Hang tight, I'll find someone to ask.
b
@billions-engineer-7692 (or mby now @blue-jelly-20468), any updates on who to ask?
b
Hey Heido, thanks for reaaching out again. Have you cut us a github issue with the problem? I think that might be the next step. If you can make a small test pulumi program that reproduces this behavior I can start to look into it.