elastic / elasticsearch-docker

Official Elasticsearch Docker image
Apache License 2.0
789 stars 240 forks source link

Bump JDK version to 11.0.2 #232

Closed jarpy closed 5 years ago

jarpy commented 5 years ago

OpenJDK 11.0.1 seems to have vanished from Oracle's servers.

$ curl -I https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz
HTTP/1.1 404 Not Found
Accept-Ranges: bytes
Content-Length: 7073
Content-Type: text/html
ETag: "477d9862374177c810b0b7d73b4f1e53:1531792454.541174"
Last-Modified: Wed, 31 Aug 2011 20:28:54 GMT
Server: AkamaiNetStorage
Date: Mon, 21 Jan 2019 04:01:53 GMT
Connection: keep-alive

https://devops-ci.elastic.co/job/elastic+elasticsearch-docker+6.5+snapshot/135/console

jasontedor commented 5 years ago

We hit this in Elasticsearch too: elastic/elasticsearch#37621. We should figure out what to do about 6.6, 6.x, and master since these builds have moved to the elasticsearch repository (so we aren’t duplicating these fixes).