davesargrad commented on issue #1059: camel-k installation struggles
URL: https://github.com/apache/camel-k/issues/1059#issuecomment-557153872
 
 
   Thanks 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 thin I need are:
   
   1. Download the fabric8/s2i-java:3.0-java8 into my local docker registry
   I'm guessing this is actually two commands:
   `docker pull 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.
   
   I'm guessing the call to kamel would then be:
   `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`
   

----------------------------------------------------------------
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

Reply via email to