-
Notifications
You must be signed in to change notification settings - Fork 283
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
Unable to download Java JDK/SRE archives during build #82
Comments
ugh! other than, new versions being available, looks like Oracle now redirects to sign-in page |
hmm also
|
time to switch to openjdk? |
perhaps it is @llamahunter.. This worries me
|
Right.. as announced, Java licensing changed, and starting April 2019 commercial usage of Oracle Java required subscription. In other words, switch to OpenJDK, or use older versions of Oracle Java (for reference, pre-built images are available on Docker Hub) Official OpenJDK images receive regular updates, and are available at https://hub.docker.com/_/openjdk, including For more details about Oracle Java Licensing, checkout this article: https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244
And many others talking about Oracle Java SE licensing changes (Google search) |
The command:
curl -jksSLH 'Cookie: oraclelicense=accept-securebackup-cookie' -o /tmp/java.tar.gz http://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz
is downloading HTML content titled "Error Page 404" from Oracle
I am not sure why, has Oracle stopped serving JDK8?
The text was updated successfully, but these errors were encountered: