great-tomato-45422
12/20/2019, 7:26 PMwhite-balloon-205
pulumi.runtime.isDryRun()
and then if it is a dryrun(preview) pass a dummy value as the image name instead of the name generated by the Image? (The preview may show a false-positive removal of the Image).handsome-actor-1155
12/20/2019, 7:39 PMup
or update
is accepted? Similar to how there is an issue tracking the ability to only apply what was generated during the preview step. So, you run pulumi update
get the preview, pulumi builds the docker images, then when yes
is selected, it applies what it did during the preview stage so a change to a dockerfile in between preview and apply won’t change the image.white-balloon-205
handsome-actor-1155
12/20/2019, 8:31 PMwhite-balloon-205
handsome-actor-1155
12/20/2019, 8:38 PMgreat-tomato-45422
12/20/2019, 8:40 PM