Trying to understand what Pulumi wants to delete: ...
# general
h
Trying to understand what Pulumi wants to delete:
Copy code
pulumi:pulumi:Stack: (same)
    [urn=urn:pulumi:deploy-dev::deploy::pulumi:pulumi:Stack::deploy-deploy-dev]
    - docker:image:Image: (delete)
        [urn=urn:pulumi:deploy-dev::deploy::docker:image:Image::dashboard-server]
I'm using an ECR on AWS to store images. Is it going to delete the image?
c
@hundreds-musician-51496 It looks like it’s deleting the component resource associated with the image.
It’s not going to delete the image out of the registry.
h
Cool, I didn't think so. 🤞