-
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
podman -r manifest push does not work unless I log into quay within the machine vm first #13629
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.
Comments
Looking at push it looks like auth headers might be missing. This seems to get it working:
|
Interested in opening a PR? |
Sure! |
openshift-merge-robot
added a commit
that referenced
this issue
Mar 27, 2022
Resolves #13629 Add RegistryAuthHeader to manifest push
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
I've set up a podman machine, done a multiarch build, and tried to push it using the machine. It seems to work up until I run podman -r manifest push.
Steps to reproduce the issue:
Describe the results you received:
This returns very fast and nothing is pushed.
Describe the results you expected:
The manifest actually gets pushed.
Additional information you deem important (e.g. issue happens only occasionally):
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 Troubleshing Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
No. I reproduced this trying to help @jwmatthews experiencing the same problem on a Mac using 4.0.2.
Additional environment details (AWS, VirtualBox, physical, etc.):
If I do a normal build
podman -r build -f Dockerfile . -t ....
I can runpodman -r push ...
and it will push without first SSHing into the VM and running podman login.If I do a multiarch build it seems like it will only work if I ssh into the vm log in to quay, exit, and then run
podman -r manifest push ...
The text was updated successfully, but these errors were encountered: