2019-01-31 02:39:58 UTC
191 MB
/opt/openjdk-13
JAVA_SHA256277c4238ac2c7c8e1d331ff87f851fefe051c9503e3e030fbdaec40dbff89529
JAVA_URLhttps://download.java.net/java/early_access/alpine/5/binaries/openjdk-13-ea+5_linux-x64-musl_bin.tar.gz
JAVA_VERSION13-ea+5
PATH/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:169185f82c45a6eb72e0ca4ee66152626e7ace92a0cbc53624fb46d0a553f0bd - 1.1% (2.1 MB)
[#001] sha256:438a7199c60c93f109c957d51abdfb6a162d676b0f17debbf69150c36ff4332a - 98.9% (189 MB)
/bin/sh -c #(nop) ADD file:91fb97ea3549e52e7b6e22b93a6736cf915c756f3d13348406d8ad5f1a872680 in /
2019-01-30 22:19:47 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-01-31 02:38:23 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-13
2019-01-31 02:38:23 UTC/bin/sh -c #(nop) ENV PATH=/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-01-31 02:38:23 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+5
2019-01-31 02:38:23 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/5/binaries/openjdk-13-ea+5_linux-x64-musl_bin.tar.gz
2019-01-31 02:38:23 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=277c4238ac2c7c8e1d331ff87f851fefe051c9503e3e030fbdaec40dbff89529
2019-01-31 02:39:58 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-01-31 02:39:58 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.