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
This bug is being opened to transfer an issue opened up on podman-desktop. After looking at the issue it was determined that it looked more like a podman issue.
I successfully pull an image from that registry using podman pull your.registry.com/project/image:latest
I try to run podman compose which would pull the same image.
-> Authentication fails
Operating system
macOS 14.2.1 (ARM M3)
Installation Method
Brew (macOS)
Version
1.6.3
Steps to reproduce
Install with
brew install podman-desktop
brew uninstall --ignore-dependencies qemu podman
and then install podman in podman-desktop itself, to not run into the current M3 issue with qemu.
Hi @rujutashinde, looking at the workaround[1] reported by the user it seems they may have docker-compose installed.
podman compose is a thin wrapper around podman-compose and docker-compose with the latter taking precedence.
More details can be found here, I would either remove docker-compose or set the PODMAN_COMPOSE_PROVIDER environment variable mentioned in the podman-compose docs to verify the issue is with podman-compose.
This bug is being opened to transfer an issue opened up on podman-desktop. After looking at the issue it was determined that it looked more like a podman issue.
This is the link for the issue podman-desktop/podman-desktop#5438
Following is the description of the issue
Bug description
podman pull your.registry.com/project/image:latest
Operating system
macOS 14.2.1 (ARM M3)
Installation Method
Brew (macOS)
Version
1.6.3
Steps to reproduce
Install with
Running
podman pull your.registry.com/project/image:latest
works.Running
podman compose pull
which in the file pulls your.registry.com/project/image:latest doesn't.Relevant log output
No response
Additional context
Workaround: Create a symlink
ln -s /Users/$USER/.config/containers/auth.json /Users/$USER/.docker/config.json
The text was updated successfully, but these errors were encountered: