2019-04-10 01:51:36 UTC
189 MB
/opt/openjdk-13
JAVA_SHA25665902947d71998184de49eec5b420c489f31cb9a33eafd431dad445e97438250
JAVA_URLhttps://download.java.net/java/early_access/alpine/14/binaries/openjdk-13-ea+14_linux-x64-musl_bin.tar.gz
JAVA_VERSION13-ea+14
PATH/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bdf0201b3a056acc4d6062cc88cd8a4ad5979983bfb640f15a145e09ed985f92 - 1.39% (2.63 MB)
[#001] sha256:34775b16ae4d0d9b11c066d543b1a7469011b38a117108046667fd773e473b59 - 98.61% (187 MB)
/bin/sh -c #(nop) ADD file:2e3a37883f56a4a278bec2931fc9f91fb9ebdaa9047540fe8fde419b84a1701b in /
2019-04-09 23:20:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-04-10 01:49:28 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-13
2019-04-10 01:49:28 UTC/bin/sh -c #(nop) ENV PATH=/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-04-10 01:49:28 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+14
2019-04-10 01:49:29 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/14/binaries/openjdk-13-ea+14_linux-x64-musl_bin.tar.gz
2019-04-10 01:49:29 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=65902947d71998184de49eec5b420c489f31cb9a33eafd431dad445e97438250
2019-04-10 01:51:36 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-04-10 01:51:36 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.