claudio4j commented on issue #3425: URL: https://github.com/apache/camel-k/issues/3425#issuecomment-1228559557
You can cache the openjdk11 image in podman and push it to your registry ``` podman tag adoptopenjdk/openjdk11:slim $REGISTRY/<namespace>/openjdk11:slim podman push $REGISTRY/<namespace>/openjdk11:slim --tls-verify=false ``` Then you can install camel-k and set the base-image ``` kamel install --base-image=<internal registry address:port>/<namespace>/openjdk11:slim ``` -- 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]
