2020-02-11 01:24:41 UTC
194 MB
/opt/openjdk-15
JAVA_SHA2564e68bb97ffd64d0d84137cea9251ac47908fbbdcc62ae8c623a8f7fe06c87e7d
JAVA_URLhttps://download.java.net/java/early_access/alpine/7/binaries/openjdk-15-ea+7_linux-x64-musl_bin.tar.gz
JAVA_VERSION15-ea+7
PATH/opt/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 1.38% (2.67 MB)
[#001] sha256:f64d6539cf0791880e29bdec433c929ce2c0f4cbc58aa9c35de567fd0bddd694 - 98.62% (191 MB)
/bin/sh -c #(nop) ADD file:e69d441d729412d24675dcd33e04580885df99981cec43de8c9b24015313ff8e in /
2020-01-18 01:19:37 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-02-11 01:23:05 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-15
2020-02-11 01:23:05 UTC/bin/sh -c #(nop) ENV PATH=/opt/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-02-11 01:23:05 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=15-ea+7
2020-02-11 01:23:05 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/7/binaries/openjdk-15-ea+7_linux-x64-musl_bin.tar.gz
2020-02-11 01:23:06 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=4e68bb97ffd64d0d84137cea9251ac47908fbbdcc62ae8c623a8f7fe06c87e7d
2020-02-11 01:24:40 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
2020-02-11 01:24:41 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.