-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
api: fix parsing filters #18345
api: fix parsing filters #18345
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Will continue next week o/ |
Turns out Docker and Podman clients split the keys/values slightly different. FWIW, I think the Podman filters are broken as there is now way to know whether, for instance, we want to filter one label as But I am not opening this box now. |
I am fine with no fixing it in this PR but can you create an issue? This sounds like big deal to me. |
Definitely. Wanted to do this in any case it made me feel quite uncomfortable, see #18412. |
Podman and Docker clients split the filter map slightly different, so account for that when parsing the filters in the image-listing endpoint. Fixes: containers#18092 Signed-off-by: Valentin Rothberg <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rhatdan PTAL |
@containers/podman-maintainers PTAL |
/lgtm |
/cherry-pick v4.5 |
@vrothberg: new pull request created: #18432 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Podman and Docker clients split the filter map slightly different, so
account for that when parsing the filters in the image-listing endpoint.
Fixes: #18092
Does this PR introduce a user-facing change?