adoroszlai opened a new pull request, #28:
URL: https://github.com/apache/ozone-docker-runner/pull/28

   ## What changes were proposed in this pull request?
   
   Current `ozone-runner` comes with JDK 17 (HDDS-8247).
   
   Existing `ozone` images (up to 1.4.0) ship with some outdated software that 
we'd like to upgrade (e.g. Robot Framework).  However, those Ozone versions do 
not work with JDK 17.
   
   So we should create `ozone-runner` image with up-to-date software, but with 
JDK 11 (like before HDDS-8247), in addition to the newer JDK version(s).
   
   https://issues.apache.org/jira/browse/HDDS-11111
   
   ## How was this patch tested?
   
   Built locally, verified Java version.
   
   ```
   $ docker builder build -t apache/ozone-runner:HDDS-11111 .
   ...
   
   $ docker run -it --rm apache/ozone-runner:HDDS-11111 java -version
   To use Ozone please mount ozone folder to /opt/hadoop
   openjdk version "11.0.2" 2019-01-15
   OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
   OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
   ```
   
   CI:
   
https://github.com/adoroszlai/ozone-docker-runner/actions/runs/10421915621/job/28865235225


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

Reply via email to