-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fix assertation error in manifest.py #320
Conversation
Signed-off-by: Urvashi Mohnani <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: umohnani8 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 |
LGTM, did api change? |
@jwhonce I don't think so, I don't see any changes to manifest remove digest in the recent podman history. I wonder if the functionality of |
Hmm, nvm |
Strange. I just tried Podman 4.3.something on Debian 12 and testing with podman-py's current stable as well as the code from the main branch. It always returned None. Same when I upgraded Podman to 4.5.1 from the Kubic repository. I compiled Podman 4.7.0-dev on the same system and just then it returned an empty list. Didn't try 4.6 though. I mirrored the socket with socat and compared the request and response:
I think this happened somewhere in this commit by changing the decoder in https://github.com/containers/podman/blame/main/pkg/api/handlers/decoder.go Since it’s a list by media type, it seems to be an actual fix for the previous behavior. 👍 |
/lgtm |
No description provided.