christophd commented on issue #5362:
URL: https://github.com/apache/camel-k/issues/5362#issuecomment-2051856164

   yes, you need to set some environment variables to overwrite the base image. 
These are the environment variables you may want to set.
   
   ```
   CAMEL_K_TEST_OPERATOR_IMAGE
   CAMEL_K_TEST_BASE_IMAGE
   CAMEL_K_TEST_RUNTIME_VERSION
   CAMEL_K_TEST_OPERATOR_IMAGE_PULL_POLICY
   CAMEL_K_TEST_LOG_LEVEL
   CAMEL_K_TEST_MAVEN_CLI_OPTIONS
   CAMEL_K_TEST_MAVEN_CA_PEM_PATH
   ```
   
   For arm64 platforms you may need to set at least 
`CAMEL_K_TEST_OPERATOR_IMAGE` and `CAMEL_K_TEST_BASE_IMAGE`
   
   It would be good to have this part of the documentation


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