[ 
https://issues.apache.org/jira/browse/HADOOP-19276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17881934#comment-17881934
 ] 

ASF GitHub Bot commented on HADOOP-19276:
-----------------------------------------

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




> Create hadoop-runner based on JDK 17
> ------------------------------------
>
>                 Key: HADOOP-19276
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19276
>             Project: Hadoop Common
>          Issue Type: Task
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Trivial
>
> Publish hadoop-runner image with JDK 17 instead of JDK 11.  It can be used 
> for testing JDK 17 runtime compatibility.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to