2019-05-11 01:31:20 UTC
191 MB
/opt/openjdk-13
JAVA_SHA256010ea985fba7e3d89a9170545c4e697da983cffc442b84e65dba3baa771299a5
JAVA_URLhttps://download.java.net/java/early_access/alpine/19/binaries/openjdk-13-ea+19_linux-x64-musl_bin.tar.gz
JAVA_VERSION13-ea+19
PATH/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 1.38% (2.63 MB)
[#001] sha256:9064653447c3f50b807ac581e0d3384d516f665051fe8e54e77ba250b2fabe78 - 98.62% (188 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-05-11 01:30:45 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+19
2019-05-11 01:30:45 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/19/binaries/openjdk-13-ea+19_linux-x64-musl_bin.tar.gz
2019-05-11 01:30:46 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=010ea985fba7e3d89a9170545c4e697da983cffc442b84e65dba3baa771299a5
2019-05-11 01:31:19 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-05-11 01:31:20 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.