2019-07-15 23:48:02 UTC
192 MB
/opt/openjdk-14
JAVA_SHA256eba87fbb1c636e2611861150a595af160dbd76bf72498846ae663b0398ddff82
JAVA_URLhttps://download.java.net/java/early_access/alpine/3/binaries/openjdk-14-ea+3_linux-x64-musl_bin.tar.gz
JAVA_VERSION14-ea+3
PATH/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 1.39% (2.66 MB)
[#001] sha256:a6eb5afda59a42691d4dd149ffd6a043677940bf9486e282dd701d3be22be441 - 98.61% (189 MB)
/bin/sh -c #(nop) ADD file:0eb5ea35741d23fe39cbac245b3a5d84856ed6384f4ff07d496369ee6d960bad in /
2019-07-11 22:20:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-15 23:46:10 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-14
2019-07-15 23:46:10 UTC/bin/sh -c #(nop) ENV PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-07-15 23:46:11 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=14-ea+3
2019-07-15 23:46:11 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/3/binaries/openjdk-14-ea+3_linux-x64-musl_bin.tar.gz
2019-07-15 23:46:11 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=eba87fbb1c636e2611861150a595af160dbd76bf72498846ae663b0398ddff82
2019-07-15 23:48:02 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-15 23:48:02 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.