Support Podman's auth.json in RegistryAuthLocator #10187
sebastiankirsch
started this conversation in
Ideas
Replies: 2 comments 5 replies
|
Hi @sebastiankirsch, thanks for the suggestion. In general, we don't intend to add Podman specific code and in the past had good experiences with reporting Docker "incompatibilities" to upstream Podman (they already have a couple of compatibility mode flags in place, IMO for exactly these use cases). Not that you can already configure the config location by using |
3 replies
After considering your hint, I found the |
2 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.
Hej there,
I've some colleagues using Podman instead of Docker. Running Testcontainers works just fine as well, yet authenticating against a registry is an issue there: Podman stores credentials at
~/.config/containers/auth.json. When copying that file to~/.docker/config.json, Testcontainers fetches images as expected.If it's agreeable, I'd create a PR so that RegistryAuthLocator considers that file as well.
What do you think?
All reactions