Skip to content
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

Closed
s7ygian opened this issue Feb 26, 2019 · 8 comments
Closed

Support Java 11 #2

s7ygian opened this issue Feb 26, 2019 · 8 comments
Assignees

Comments

@s7ygian
Copy link

s7ygian commented Feb 26, 2019

A version that supports Java 11 would be helpful.

@j-tim
Copy link
Owner

j-tim commented Mar 8, 2019

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.

@s7ygian
Copy link
Author

s7ygian commented Mar 11, 2019

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?

@j-tim
Copy link
Owner

j-tim commented Mar 14, 2019

Thanks for your response and suggestions. I'll take a look at both options and see what fits best in the current setup.

@j-tim
Copy link
Owner

j-tim commented Mar 16, 2019

Just pushed an initial test version based on Adopt Open JDK 11 to Dockerhub:

docker pull jtim/docker-docker-compose-jdk-mvn:18.09.3-ce-git-compose-1.23.2-adoptopenjdk-11.0.2.9-maven-3.6.0

Sorry for the long tag name i will make shorter tags when this version is completely working.
Can you give it a try in your pipeline? Just checked this version with a simple Spring Boot app (Java 11).

@j-tim j-tim mentioned this issue Mar 16, 2019
@j-tim j-tim self-assigned this Mar 16, 2019
@s7ygian
Copy link
Author

s7ygian commented Mar 29, 2019

Thanks, it works so far. :) Is it possible to set the AdoptOpenJDK edition (either OpenJ9 or Hotspot) for this docker image?

@j-tim
Copy link
Owner

j-tim commented Apr 1, 2019

Ok great. I'll close this ticket and create new ticket one for Java 9 based on AdoptOpenJDK.

@j-tim j-tim closed this as completed Apr 1, 2019
@s7ygian
Copy link
Author

s7ygian commented Apr 1, 2019

Sorry, I meant the AdoptOpenJDK-11 variants OpenJ9 and Hotspot, not Java 9, see: https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=openj9 :)

@j-tim
Copy link
Owner

j-tim commented Apr 5, 2019

Ok no problem. I'll take a look at #4 to support AdoptOpenJDK-11 variants OpenJ9 and Hotspot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants