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

should move Dockerfile from installing Oracle JDK to Zulu OpenJDK #8

Open
jwhowarth opened this issue Apr 21, 2019 · 1 comment
Open

Comments

@jwhowarth
Copy link

The Oracle JDK license is now very restrictive. Replacing Oracle JDK with Zulu OpenJDK seems to be the best option.

https://www.azul.com/downloads/zulu/

On ubuntu this can be achieved with...

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
sudo apt-add-repository 'deb http://repos.azulsystems.com/ubuntu stable main'
sudo apt-get install zulu-8

The Zulu packaging of OpenJDK apparently is more extensive and includes the necessary NetBeans support for glassfish.

@superleah
Copy link

Oka/

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