sparse-intern-71089
04/16/2020, 10:54 PMred-match-15116
04/16/2020, 11:42 PMenvs = ["KEY=value", "KEY2=value2"]
flat-engine-80045
04/17/2020, 12:02 AMcontainer = docker.Container(resource_name="container", image="containous/whoami",)
Results in
~ image: "sha256:0f6fbbedd3777530ea3bedadf0a75b9aba805a55f6c5481ef0ebd762c5eeb818" => "containous/whoami"
red-match-15116
04/17/2020, 12:43 AMcontainer = docker.Container(resource_name="container", image="sha256:0f6fbbedd3777530ea3bedadf0a75b9aba805a55f6c5481ef0ebd762c5eeb818")
pulumi is now certain that there is nothing different between the image you are asking for and the one that you have in state, and so you won't see a change and replacement.
Updating (dev):
Type Name Status
pulumi:pulumi:Stack docker-python-dev
Outputs:
image: "sha256:0f6fbbedd3777530ea3bedadf0a75b9aba805a55f6c5481ef0ebd762c5eeb818"
Resources:
2 unchanged
Duration: 1s
flat-engine-80045
04/17/2020, 4:47 PM