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

Add support for AdoptOpenJDK images #21

Open
aguibert opened this issue Aug 5, 2019 · 1 comment
Open

Add support for AdoptOpenJDK images #21

aguibert opened this issue Aug 5, 2019 · 1 comment

Comments

@aguibert
Copy link

aguibert commented Aug 5, 2019

AdoptOpenJDK (https://adoptopenjdk.net/index.html) is a vendor-neutral hosting platform for many highly-tested and supported JDKs. It is also the only place to get an equivalent of the IBM JDK past Java 8 (using the OpenJ9 VM).

A lot of good combinations could be added by supporting AdoptOpenJDK images including:

  • OpenJDK 8 w/ OpenJ9 (effectively IBM JDK 8)
  • OpenJDK 11 w/ OpenJ9
  • OpenJDK 12 w/ OpenJ9 OR Hotspot

These images are quite stable, and are also hosted as official images on DockerHub: https://hub.docker.com/_/adoptopenjdk

@michaelklishin
Copy link
Owner

If anyone is interested in having support for these JDKs, please submit a pull request. Note that it is not at all obvious whether update-java-alternatives which this tool uses would work with those binary builds.

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