podman images --filter dangling=false lists only dangling images #2884
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
When you run
podman images -f "dangling=false"
, only dangling images are displayed (aka the result is identical todangling=true
).Steps to reproduce the issue:
Run
podman images -f "dangling=false"
.Cry.
Use
podman images | grep -v '<none>'
? 🤣Describe the results you received:
Dangling images.
Describe the results you expected:
Non-dangling images.
Additional information you deem important (e.g. issue happens only occasionally):
Maybe related to #2246?
This is how it looks with
dangling=false
:Output of
podman version
:Output of
podman info --debug
:Running on Fedora Silverblue 30.
The text was updated successfully, but these errors were encountered: