Image Filtering Incompatability with Docker API #18092
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.
Issue Description
Attempting to filter images by label value via the compat HTTP API doesn't find images that definitely exist with the set labels. The same requests with the docker socket (after the same set of calls to create a labeled image) do return images.
There seems to be something about a new and old format for filters, this seems to only apply to how the new filters are handled.
Steps to reproduce the issue
podman image pull docker.io/ubuntu:22.04
Describe the results you received
This returns
[]
.Describe the results you expected
I would expect this to return the same thing as:
Which returns:
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
No response
Additional information
When the above commands are run, but for the docker command/socket, both curl calls result in the same output.
The text was updated successfully, but these errors were encountered: