jruby / docker-jruby

MIT License
18 stars 27 forks source link

Introduce JRE 17 images #84

Closed nfrankel closed 1 year ago

headius commented 1 year ago

I'm swamped getting ready for a conf; could you add a CI runs for JRE 17 too?

nfrankel commented 1 year ago

I've added the two images in the matrix

headius commented 1 year ago

Looks good, thanks!

nfrankel commented 1 year ago

Thanks for your quick feedback!

headius commented 1 year ago

It has been merged by docker hub and should be live now!

nfrankel commented 1 year ago

Thank you! A question if I may: what's your policy regarding JDK/JRE versions? 21 is considered LTS by Oracle and others, do you intend to offer it?

headius commented 1 year ago

We will include all Oracle LTS levels that are still active, as far back as the base supported version (8 for 9.4, 11 or 17 for 9.5).

nfrankel commented 1 year ago

Thanks for your quick feedback!