jruby / docker-jruby

MIT License
18 stars 27 forks source link

Switch JDK to use Temurin or Coretto #79

Closed headius closed 2 years ago

headius commented 2 years ago

Oracle no longer publishes official builds of OpenJDK past the first two update releases, which is not a tenable position for anyone using those images for production deployments.

See https://github.com/docker-library/openjdk/pull/495 and linked issues for an explanation of the situation.

We will need to switch to one of the regularly maintained images like Amazon Coretto or Eclipse Temurin (nee AdoptOpenJDK).

headius commented 2 years ago

I believe this only affects Java 17.

headius commented 2 years ago

This happened in #80.