Podman fails to pull images with GCP Docker Credential Helpers #22462
Labels
kind/bug
Categorizes issue or PR as related to a bug.
remote
Problem is in podman-remote
stale-issue
Issue Description
This is issue #15563 which is not resolved as of Podman 5.0.2.
Grasping at straws I followed the advice here and removing (or just moving) the credentials helper file and that resolved the immediate issue. I find it unfortunate that I was unable to upvote their response due to the issue being locked, but I understand locking is in the best interest of the maintainers (just wish there was a way where emojis could still be given).
Steps to reproduce the issue
Steps to reproduce the issue
gcloud auth configure-docker
podman run --rm -it debian:latest bash
Describe the results you received
Boom.
Describe the results you expected
An interactive bash tty inside Debian.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
James Mortensen's help here gave me hope to keep digging by showing me things ran fine inside the VM after running
podman machine ssh
. But it was not the solution for the problem those using GCP Docker Helpers may be experiencing.The text was updated successfully, but these errors were encountered: