sadanand48 commented on code in PR #7409:
URL: https://github.com/apache/ozone/pull/7409#discussion_r1834087801
##########
.github/workflows/ci.yml:
##########
@@ -31,6 +31,8 @@ env:
# Minimum required Java version for running Ozone is defined in pom.xml
(javac.version).
TEST_JAVA_VERSION: 17 # JDK version used by CI build and tests; should match
the JDK version in apache/ozone-runner image
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3
+ OZONE_RUNNER_IMAGE: ghcr.io/apache/ozone-runner
+ OZONE_RUNNER_VERSION: 20241108-jdk17-1
Review Comment:
Each directory in the compose folder has as .env file where these env
variables are set differently. Will this not override the value set in github
CI job
```
OZONE_RUNNER_VERSION=${docker.ozone-runner.version}
OZONE_RUNNER_IMAGE=apache/ozone-runner
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]