This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 917ea25ba61 HDDS-14581. Run some client tests with Java 8 (#9730)
917ea25ba61 is described below

commit 917ea25ba6197e894c8734589ee16913b3e8a848
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Feb 9 08:26:59 2026 +0100

    HDDS-14581. Run some client tests with Java 8 (#9730)
---
 hadoop-ozone/dist/pom.xml                               | 1 +
 hadoop-ozone/dist/src/main/compose/xcompat/.env         | 2 ++
 hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml
index 77dfa804f82..8ca4e916d5a 100644
--- a/hadoop-ozone/dist/pom.xml
+++ b/hadoop-ozone/dist/pom.xml
@@ -28,6 +28,7 @@
     <docker.hadoop.image>ghcr.io/apache/hadoop</docker.hadoop.image>
     <!-- suffix appended to Hadoop version to get Docker image version -->
     <docker.hadoop.image.flavor>-lean</docker.hadoop.image.flavor>
+    
<docker.ozone-runner.client.version>20260207-1-jdk8</docker.ozone-runner.client.version>
     <docker.ozone-runner.version>20250625-2-jdk21</docker.ozone-runner.version>
     
<docker.ozone-testkr5b.image>ghcr.io/apache/ozone-testkrb5:20241129-1</docker.ozone-testkr5b.image>
     <docker.ozone.image>apache/ozone</docker.ozone.image>
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/.env 
b/hadoop-ozone/dist/src/main/compose/xcompat/.env
index b99900a5852..1616f0e06fe 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/.env
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/.env
@@ -17,6 +17,8 @@
 HDDS_VERSION=${hdds.version}
 OZONE_RUNNER_VERSION=${docker.ozone-runner.version}
 OZONE_RUNNER_IMAGE=apache/ozone-runner
+OZONE_RUNNER_CLIENT_VERSION=${docker.ozone-runner.client.version}
+OZONE_RUNNER_CLIENT_IMAGE=${OZONE_RUNNER_IMAGE}
 HADOOP_IMAGE=${docker.hadoop.image}
 HADOOP_VERSION=${hadoop.version}${docker.hadoop.image.flavor}
 OZONE_TESTKRB5_IMAGE=${docker.ozone-testkr5b.image}
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml 
b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
index f8df0998583..33b580646d1 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
@@ -32,7 +32,7 @@ x-old-config:
 
 x-new-config:
   &new-config
-  image: ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
+  image: ${OZONE_RUNNER_CLIENT_IMAGE}:${OZONE_RUNNER_CLIENT_VERSION}
   <<: *common-config
   volumes:
     - ../..:/opt/hadoop


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to