quick question: when an `docker.Image` resource is...
# general
g
quick question: when an
docker.Image
resource is being deleted, does pulumi also delete the image also on the remote registry?
b
It does not, but this is definitely something to ponder, especially if it's what you expected. It's a little scary because it would need to delete all versions of the image, I suppose, but perhaps we could have an option like
cleanup: true
or somesuch?
w
Definitely worth opening an issue to track/discuss this!
g
I actually prefer if the image is not deleted, just wanted to know if I need to worry 🙂