adoroszlai opened a new pull request, #7046:
URL: https://github.com/apache/hadoop/pull/7046

   ## What changes were proposed in this pull request?
   
   Publish another version of `hadoop-runner` image with JDK 17 instead of JDK 
11. It can be used for testing JDK 17 runtime compatibility.
   
   (Creating as a draft, because the change shouldn't be merged to the Java 
11-specific branch, rather pushed directly as a new branch.)
   
   https://issues.apache.org/jira/browse/HADOOP-19276
   
   ## How was this patch tested?
   
   Built locally, verified Java version:
   
   ```
   $ docker build -t apache/hadoop-runner:dev --no-cache .
   ...
   
   $ docker run -it --rm apache/hadoop-runner:dev java -version
   openjdk version "17.0.11" 2024-04-16
   OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
   OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, 
sharing)
   ```


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