Listing images with docker client only shows tagged images #12567
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Listing images with Docker CLI against Podman service only displays the tagged images.
Steps to reproduce the issue:
Three cases with docker, podman-remote and docker against podman service
docker image ls
against podman service:Describe the results you received:
I only get the tagged image whereas with docker, podman and podman-remote, I have all the image (including the untagged ones).
Moreover the flag
-a
is broken: it does not display the intermediate images:Describe the results you expected:
I would expect the same behaviour as with podman and docker
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Fresh build of development branch
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):It occurs with dev HEAD but also with fedora 35 test package
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: