OpenJDK 17 Alpine Image

Viewed 7432
1 Answers

The 7th image layer in that Docker container contains the command used to download the JDK, including:

downloadUrl='https://download.java.net/java/early_access/alpine/14/binaries/openjdk-17-ea+14_linux-x64-musl_bin.tar.gz'
downloadSha256='f07a1ac921333dafac1cd886ad49600ce143be7efebd32e1a02599a8a0829dd4'

So it uses an early access build.

Related