Open bagnaram opened 6 months ago
Hi @bagnaram could you share a repro scenario for that? 🙏 With that, I can verify it with podman
Cheers!
Hello! It looks like setting DOCKER_AUTH_CONFIG
explicitly to the podman configuration gets it to pick it up, however I would expect that to be sourced automatically
Testcontainers version
0.30.0
Using the latest Testcontainers version?
Yes
Host OS
Linux
Host arch
X86_64
Go version
1.22.0
Docker version
Docker info
What happened?
When launching a compose manifest with container images behind a private registry, gocontainers fails to authenticate with invalid auth token. I expect it to fall back onto the container runtime and pull images with credentials specified in
~/.config/containers/auth.json
If I pull the container images manually outside of gocontainers with
podman pull xxxx
and launch gocontainers, it will launch the stack successfullyRelevant log output
No response
Additional information
No response