Support Podman's auth.json in RegistryAuthLocator #10187
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 |
Beta Was this translation helpful? Give feedback.
-
After considering your hint, I found the |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions