Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman rmi: overzealous removal of referenced images #1154

Closed
edsantiago opened this issue Jul 24, 2018 · 1 comment
Closed

podman rmi: overzealous removal of referenced images #1154

edsantiago opened this issue Jul 24, 2018 · 1 comment
Assignees
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@edsantiago
Copy link
Member

This seems to be a variant of #992. Build an image:

# podman run --name c1 fedora true
# podman commit c1 img1
# podman rm c1

Build a second image based on the first:

# podman run --name c2 img1 true
# podman commit c2 img2
# podman rm c2

Run podman images, see img1 and img2 as expected. Delete the new (second) image, and the first one is gone too:

# podman rmi img2
# podman images
<where did img1 go?>

podman-0.7.3-1.git0791210.fc28

@vrothberg
Copy link
Member

Fixed with #1174.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

3 participants