https://pulumi.com logo
Title
k

kind-mechanic-53546

04/21/2021, 6:50 AM
How does the docker package handle changes? It appears that it builds on preview and apply, regardless of any changes in the args etc... This causes issues (at least with Azure Container Registry) if the imageName (tag) changes but the underlying content has not changed Error
iled to solve with frontend dockerfile.v0: failed to create LLB definition: <http://acrnamehere.azurecr.io/repo:tag|acrnamehere.azurecr.io/repo:tag>: not found
w

witty-candle-66007

04/21/2021, 2:09 PM
This seems like a variation on this issue: https://github.com/pulumi/pulumi-docker/issues/232
k

kind-mechanic-53546

04/21/2021, 10:29 PM
Thanks, that seems to explain the behaviour of the continual builds Just need to figure out how to get around the failure mode as that is the actual blocker here, continual builds are annoying but were succeeding until I updated my tagging strategy to include a timestamp which I may have to remove