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

   ## What changes were proposed in this pull request?
   
   Install OpenJDK 17.0.2 in `ozone-runner` image.
   
   https://issues.apache.org/jira/browse/HDDS-8247
   
   ## How was this patch tested?
   
   Built the image locally, verified java version:
   
   ```
   $ docker builder build -t apache/ozone-runner:HDDS-8247 .
   ...
    => => writing image 
sha256:abf1973091911ecade064d0e6a8924db5d170879efd079e51c83afc98ac1fbf6         
                                                                                
                         0.0s
    => => naming to docker.io/apache/ozone-runner:HDDS-8247                     
                                                                                
                                                 0.0s
   
   $ docker run -it --rm apache/ozone-runner:HDDS-8247 java -version
   To use Ozone please mount ozone folder to /opt/hadoop
   openjdk version "17.0.2" 2022-01-18
   OpenJDK Runtime Environment (build 17.0.2+8-86)
   OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
   ```
   
   Ran some Ozone acceptance tests with it, verified java version in service 
logs:
   
   ```
   $ grep -m1 'java =' docker-ozone_scm_1.log
   STARTUP_MSG:   java = 17.0.2
   ```
   
   CI:
   https://github.com/adoroszlai/ozone-docker-runner/actions/runs/8306760089


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