You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running "podman-5.4.0-rc3-setup.exe" on my windows machine. I am getting below error
'Error: error getting credentials - err: exec: "docker-credential-gcloud": executable file not found in %PATH%, out: ``'
Is gcloud libraries mandatory for podman to run ? I dont want to use gcloud or google container registry. I am happy with default 'docker.io' .
Steps to reproduce the issue
Steps to reproduce the issue
Install 'podman-5.4.0-rc3-setup.exe' in windows 11 (WSL2 enabled)
The problem is resolved after deleing '/.docker/config.json' file in home directory. It had entries like below. I deleted this file completely. After that podman is working fine.
Who (Which application) created this file ? . I dont know. May be previously installed docker or podman could have created this file.
If this file is created by podman, Why podman using gloud in here ? I dont know
If this file is NOT created by podman, Why podman reading from a file not created by podman ? I dont know.
Anyways Problem is resolved. But i have seen engineers raising concerns with Podman mandating for Google cloud account setup.
Issue Description
I am running "podman-5.4.0-rc3-setup.exe" on my windows machine. I am getting below error
'Error: error getting credentials - err: exec: "docker-credential-gcloud": executable file not found in %PATH%, out: ``'
Is gcloud libraries mandatory for podman to run ? I dont want to use gcloud or google container registry. I am happy with default 'docker.io' .
Steps to reproduce the issue
Steps to reproduce the issue
3.Podman machine start
4.podman pull redis:6.2.6
Describe the results you received
Error: error getting credentials - err: exec: "docker-credential-gcloud": executable file not found in %PATH%, out: ``
Describe the results you expected
Pull the redis:6.2.6 image successfully
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Windows 11 professional with WSL 2 enabled machine.
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: