Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个基于 alpine 的 openjdk 17 docker 镜像。看起来我们这里有一个
https://hub.docker.com/layers/openjdk/library/openjdk/17-alpine/images/sha256-a996cdcc040704ec6badaf5fecf1e144c096e00231a29188596c784bcf858d05?context=explore
但是下面的存储库显示它还没有为 GA 做好准备。所以我想知道上面的docker镜像是从哪里获取源文件的。
http://jdk.java.net/17/
该 Docker 容器中的第 7 个镜像层包含用于下载 JDK 的命令,包括:
downloadUrl='https://download.java.net/java/early_access/alpine/14/binaries/openjdk-17-ea+14_linux-x64-musl_bin.tar.gz' downloadSha256='f07a1ac921333dafac1cd886ad49600ce143be7efebd32e1a02599a8a0829dd4'
所以它使用早期访问版本。