-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support Java 11 #2
Comments
Thanks for submitting an issue. At the moment OpenJdk 11 is not supported by Alpine see: docker-library/openjdk#211 since this docker image rely on the official Docker images (based on Alpine as well) we need to find an alternative for having docker, docker compose, openjdk 11 and maven in one image without depending on Alpine. |
What about using the AdoptOpenJDK (https://hub.docker.com/r/adoptopenjdk/openjdk11) or Zulu alpine builds (https://www.azul.com/downloads/zulu/zulu-download-alpine/) instead? |
Thanks for your response and suggestions. I'll take a look at both options and see what fits best in the current setup. |
Just pushed an initial test version based on Adopt Open JDK 11 to Dockerhub:
Sorry for the long tag name i will make shorter tags when this version is completely working. |
Thanks, it works so far. :) Is it possible to set the AdoptOpenJDK edition (either OpenJ9 or Hotspot) for this docker image? |
Ok great. I'll close this ticket and create new ticket one for Java 9 based on AdoptOpenJDK. |
Sorry, I meant the AdoptOpenJDK-11 variants OpenJ9 and Hotspot, not Java 9, see: https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=openj9 :) |
Ok no problem. I'll take a look at #4 to support AdoptOpenJDK-11 variants OpenJ9 and Hotspot |
A version that supports Java 11 would be helpful.
The text was updated successfully, but these errors were encountered: