-
Hi all, I am encountering the problem described in the below issue which is related to authentication to container registries in different namespaces on the same registry host: Specifically,
A workaround (for some cases) is to use separate This works well with the docker cli but not when used by quarkus as there does not seem to be any option provided to pass this environment variable to docker through quarkus jib (see https://quarkus.io/guides/container-image#jib-options) Can anyone think of a way to pass on the DOCKER_CONFIG environment to quarkus jib? Or would one need to implement the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
/cc @geoand |
Beta Was this translation helpful? Give feedback.
-
#25743 is the answer :) |
Beta Was this translation helpful? Give feedback.
#25743 is the answer :)