-
Notifications
You must be signed in to change notification settings - Fork 514
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
The current install scripts for Oracle Java 8 are broken #36
Comments
in my dockerfile i use: JAVA_VERSION_MAJOR=8 \
JAVA_VERSION_MINOR=162 \
JAVA_VERSION_BUILD=12 \
JAVA_DOWNLOAD_HASH=0da788060d494f5095bf8624735fa2f1 and:
|
@martinfaust have you tried this install script lately? :) Everything is broken for everyone! |
http://www.oracle.com/technetwork/java/javase/8u151-relnotes-3850493.html expired on jan 16th 2018 |
Until Do you see any alternative here, instead of using the Maybe using some script like @martinfaust will be a more long term solution. |
@doctorpangloss Yes, the above is the latest java8 as of today, and my docker image builds just fine with this. Of course I have to update the version, build, and hash on every java release.. |
The text was updated successfully, but these errors were encountered: