-
Couldn't load subscription status.
- Fork 9.1k
HADOOP-17724. Add Dockerfile for Debian 10 #3038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
(!) A patch to the testing environment has been detected. |
|
🎊 +1 overall
This message was automatically generated. |
|
(!) A patch to the testing environment has been detected. |
|
🎊 +1 overall
This message was automatically generated. |
|
Should we rework this one after the docker file modularization work is complete? |
|
Yes, definitely @jojochuang . I'll mark this PR as draft till then. |
* Adding a Dockerfile for building on Debian 10 since there are a lot of users in the community using this distro.
* Set JAVA_HOME to Java JDK 11 since Java 8 isn't available.
* Refactored the Dockerfile as per the tip of trunk.
7ba77a6 to
25813e1
Compare
|
(!) A patch to the testing environment has been detected. |
|
🎊 +1 overall
This message was automatically generated. |
|
Verified that Hadoop builds fine with Dockerfile_debian_10 - https://issues.apache.org/jira/browse/HADOOP-17724?focusedCommentId=17364231&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17364231 |
Debian 10 since there are a lot of
users in the community using this
distro.