mcarbonneaux opened a new issue, #5691: URL: https://github.com/apache/camel-k/issues/5691
### Requirement hability to set registryMirrors in maven jib plugin to abel to download image from mirror. ### Problem actualy you need to set proxy setting if camel-k is not connected to internet, event that, is you pull to much on repository like docker hub you take pull rate error... usualy you use repository mirror like "distibution" or "gohabor" to avoid that... you can easily do that on kubernetes, but when camel build they use docker less method in docker to do that and not k8s mecanisme... ### Proposal adding options in install phase to map file like maven settings (in config map) for jib json config file: https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#global-jib-configuration ### Open questions _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
