~/.docker/config.json must exist for compatibility reasons #19112
marcosdiez
started this conversation in
General
Replies: 2 comments 2 replies
-
Could you open an issue with skaffold to support Podman. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It looks similar to #18617 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
on the mac, with podman 4.5.1,
skaffold build
was giving container authentication errors even afterpodman login
.The solution was
ln -sf ~/.config/containers/auth.json ~/.docker/config.json
obviously it took me 4 hours to find that out, so it that symlink could exist by default, others would benefit from it.
Steps to reproduce the issue
Describe the results you received
failed to fetch builder image [redacted]: initializing source docker:[redacted]: unable to retrieve auth token: invalid username/password: unknown: Authentication is required
Describe the results you expected
it should download the image
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Beta Was this translation helpful? Give feedback.
All reactions