tdiesler commented on issue #5238:
URL: https://github.com/apache/camel-k/issues/5238#issuecomment-1996879169

   During build time, we extract the base image digest from the manifest list, 
like this ...
   
   ```
   ARM64_DIGEST := $(shell docker manifest inspect eclipse-temurin:17 | jq -r 
'.manifests[] | select(.platform.architecture == "arm64") | .digest')
   ```
   
   We use that base image, if no other was explicitly defined
   
   ```
   $ kamel install --olm=false --operator-image apache/camel-k:2.3.0-SNAPSHOT
   
   Using linux/arm64 base image: 
eclipse-temurin:17@sha256:321ac6af97a11d5aa5a580d1635ab6f945582b00eea1fe672f0cbb437b4293c8
   Camel K installed in namespace default 
   ```


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to