keeganwitt / docker-gradle

Docker images with Gradle
https://hub.docker.com/_/gradle/
Apache License 2.0
148 stars 72 forks source link

Add support for Gradle 6.7 and java15 #154

Closed mdiskin closed 4 years ago

mdiskin commented 4 years ago

Gradle 6.7 (currently rc-2) will support build on java15 https://docs.gradle.org/6.7-rc-1/release-notes.html#java-15

keeganwitt commented 4 years ago

Java 15 isn't yet available in the upstream AdoptOpenJDK image, but should be available shortly. This should line up pretty close with Gradle 6.7 GA I think.

keeganwitt commented 4 years ago

Here's the MR for upstream Java 15 support: https://github.com/docker-library/official-images/pull/8781

chris-brace commented 4 years ago

Adoptopenjdk now has hotspot and openj9 images for java 15 :) https://github.com/docker-library/docs/blob/master/adoptopenjdk/README.md#supported-tags-and-respective-dockerfile-links

keeganwitt commented 4 years ago

There was a problem with those tags. They are based on 20.04 instead of 18.04, which they didn't intend to do just yet. They are going to revert and push 18.04 images, then later upgrade and push with 20.04, but I'm not sure the timing of when my Java 15 images would go out relative to the timing of this re-tagging. I'll ask the Docker folks how they want to handle.

keeganwitt commented 4 years ago

https://github.com/docker-library/official-images/pull/8916