docker-library / openjdk

Docker Official Image packaging for EA builds of OpenJDK from Oracle
http://openjdk.java.net
MIT License
1.14k stars 471 forks source link

Add JDK 18 #458

Closed marchof closed 3 years ago

marchof commented 3 years ago

Hi there, the first EA build of Java 18 ist out: http://jdk.java.net/18/

I'm happy to help with a PR, but looks like the structure has changed since I added Java 17.

Are there any pointers how to add a new release? Thx!

yosifkit commented 3 years ago

It's hopefully pretty simple now: ./update.sh 18. Opened a PR: https://github.com/docker-library/openjdk/pull/459

marchof commented 3 years ago

Many thanks @tianon & @yosifkit!