dzamo opened a new pull request #2317: URL: https://github.com/apache/drill/pull/2317
# [DRILL-7999](https://issues.apache.org/jira/browse/DRILL-7999): Base Docker image on maven:3.8.2-jdk-11 and openjdk-11 ## Description Our Docker container builds on OpenJDK 8u232 (released late in 2019), while the current LTS series of OpenJDK is 11. Update our Dockerfile to OpenJDK 11. ## Documentation Unchanged except that I do address the following docs issues pointed out by a user, not related to this JDK version change. > 1. Drill documentation referrs to $DRILL_HOME environment variable which is not set in the Docker Image. Additionally in the doucmenation says it can be found in /etc/drill/conf while in the Docker image Drill has been installed into /opt/drill/conf > 2. Add information how to add (mount) custom configuration files into the Docker image or even better, just make sure there is a Docker section in Drill's documentation whereever appropriate ## Testing - Test Drill built from master branch (1.20-SNAPSHOT) with OpenJDK 11 outside of Docker. - Test Drill built from master branch (1.20-SNAPSHOT) with OpenJDK 11 inside of Docker by building a Docker image from the updated Dockerfile. - Test a downloaded build of Drill 1.19 inside a Docker container based on OpenJDK 11 (published [here](https://hub.docker.com/repository/docker/dzamo2/drill)). -- 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]
