Error from remote 'manifest push' is hidden #13650
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.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Errors from 'podman manifest push' are silently dropped, no output returned of what went wrong.
This was seen while looking into issue #13629
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
I assume I have something wrong with my workflow, ignoring that detail for now and focusing just on that I hit an error but nothing was printed. As I debugged I saw we were getting back a 400 response from the remote call, but the status code and the response text were ignored.
Think we just need to make a 1-line change to:
https://github.com/containers/podman/blob/main/pkg/bindings/manifests/manifests.go#L206
Will follow up with a short PR to potentially address.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes, compiled latest 'main' branch as of today and confirmed same behavior
Additional environment details (AWS, VirtualBox, physical, etc.):
Running on an Mac - Apple M1Max (arm64)
The text was updated successfully, but these errors were encountered: