https://pulumi.com logo
h

hundreds-musician-51496

11/06/2018, 11:41 PM
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

creamy-potato-29402

11/06/2018, 11:56 PM
@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

hundreds-musician-51496

11/06/2018, 11:57 PM
Cool, I didn't think so. 🤞