quarkus-container-image-jib How to GET base image behind proxy #26618
Shivansh-Bakshi
started this conversation in
Community
Replies: 0 comments
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.
-
Hi
Does anyone have any idea how to pull the base image (quarkus.jib.base-jvm-image) from a custom registry behind a proxy? The regular docker pull or wget to the link works fine but I get a connection timed out error when trying to pull by setting the application.properties parameter.
I have setup the proxies (http and https) in ~/.m2/settings.xml.
Is there some other property to set as well in order for jib to use the proxy?
Beta Was this translation helpful? Give feedback.
All reactions