2019-09-05 19:23:39 UTC
192 MB
/opt/openjdk-14
JAVA_SHA256f6247b208eae214562ec69ec928a238ec26a15b7d18a435523c3ceb3f3f18a7c
JAVA_URLhttps://download.java.net/java/early_access/alpine/12/binaries/openjdk-14-ea+12_linux-x64-musl_bin.tar.gz
JAVA_VERSION14-ea+12
PATH/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 1.38% (2.66 MB)
[#001] sha256:145714cfcaa250395a14467860041e49f6c20a748333945a73cfb0b6973d6c39 - 98.62% (189 MB)
/bin/sh -c #(nop) ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /
2019-08-20 20:19:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 23:58:28 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-14
2019-08-20 23:58:29 UTC/bin/sh -c #(nop) ENV PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-09-05 19:22:11 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=14-ea+12
2019-09-05 19:22:11 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/12/binaries/openjdk-14-ea+12_linux-x64-musl_bin.tar.gz
2019-09-05 19:22:11 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=f6247b208eae214562ec69ec928a238ec26a15b7d18a435523c3ceb3f3f18a7c
2019-09-05 19:23:39 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-09-05 19:23:39 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.