2019-07-03 20:21:39 UTC
191 MB
/opt/openjdk-13
JAVA_SHA256c733a5e2833f3942e7c9be546a6a4d0951e58f09d39adc0f856820d810f9d910
JAVA_URLhttps://download.java.net/java/early_access/alpine/27/binaries/openjdk-13-ea+27_linux-x64-musl_bin.tar.gz
JAVA_VERSION13-ea+27
PATH/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 1.37% (2.63 MB)
[#001] sha256:20df0488d1ee8af469cfbadea256a59d37b75c02996d205cd5457231478b698c - 98.63% (189 MB)
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
2019-05-11 00:07:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 01:30:45 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-13
2019-05-11 01:30:45 UTC/bin/sh -c #(nop) ENV PATH=/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-07-03 20:19:57 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+27
2019-07-03 20:19:57 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/27/binaries/openjdk-13-ea+27_linux-x64-musl_bin.tar.gz
2019-07-03 20:19:57 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=c733a5e2833f3942e7c9be546a6a4d0951e58f09d39adc0f856820d810f9d910
2019-07-03 20:21:38 UTC/bin/sh -c set -eux; wget -O /openjdk.tgz "$JAVA_URL"; echo "$JAVA_SHA256 */openjdk.tgz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /openjdk.tgz --directory "$JAVA_HOME" --strip-components 1; rm /openjdk.tgz; java -Xshare:dump; java --version; javac --version
2019-07-03 20:21:39 UTC/bin/sh -c #(nop) CMD ["jshell"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.