davesargrad edited a comment on issue #1059: camel-k installation struggles URL: https://github.com/apache/camel-k/issues/1059#issuecomment-557153872 Thank You @nicolaferraro That makes sense. Based on the commands provided above by @asifdxtreme, what would be the command or two that I need to augment my installation? I can try to figure this out, but my guess is it would take several hours to do what you guys could probably do in several minutes. Based on your feedback, the two commands I think I need are. I'm guessing they are something such as the following: 1. Download the fabric8/s2i-java:3.0-java8 into my local docker registry I'm guessing this is actually several commands: `docker pull fabric8/s2i-java:3.0-java8` `docker tag localhost:5000/fabric8/s2i-java:3.0-java8` `docker push localhost:5000/fabric8/s2i-java:3.0-java8` 2. Modify the call to kamel with a --base-image flag. `kamel install --registry-insecure true --registry 10.93.97.202:5007 --maven-settings=configmap:maven-settings/settings.xml --http-proxy-secret kamel-test --kaniko-build-cache=false --base-image localhost:5000/fabric8/s2i-java:3.0-java8` I am not a docker expert.. So please bear with me. Are the above commands right? Do I also need to login to the local registry?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services