podman-desktop
podman-desktop copied to clipboard
Pruning non-labeled images doesn’t work on RHEL
Bug description
Attempting to prune images without tags does not remove them as expected. The issue is reproducible on RHEL, but works correctly on macOS.
Operating system
RHEL
Installation Method
None
Version
1.23.0
Steps to reproduce
- Build an image using the container file from: https://github.com/podman-desktop/podman-desktop/blob/main/tests/playwright/resources/test-containerfile
- Do not specify an image name when building.
- After the build completes, there should be a
untagged image. - Ensure this image is not used.
- Try to prune images without tags.
Relevant log output
Additional context
No response