2019-01-16 01:44:36 UTC
236 MB
/usr/java/openjdk-12
JAVA_SHA2569fc017547c3113abea34433ec9b1d6f1710712442939ef4b690c1e502de2d2cb
JAVA_URLhttps://download.java.net/java/early_access/jdk12/27/GPL/openjdk-12-ea+27_linux-x64_bin.tar.gz
JAVA_VERSION12-ea+27
PATH/usr/java/openjdk-12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a8d84c1f755a3ae79bb49ba9bbfd59edd9d8b324fea86f0728a67eab1db70635 - 17.16% (40.4 MB)
[#001] sha256:f6a1b57216ef83659d273709772c4ee0f10efd5500d48f66bf765751d5e75b75 - 2.67% (6.3 MB)
[#002] sha256:466f668f6ecbb6055bbbe1a837e6503204b7242a2011c56f5ea7d223221a0749 - 80.17% (189 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2019-01-16 01:23:19 UTC/bin/sh -c #(nop) ADD file:8263c738e5e034b2f379bc7bde495939a86be9239bee8c0252694ff03fa6e638 in /
2019-01-16 01:23:19 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-01-16 01:42:46 UTC/bin/sh -c set -eux; yum install -y gzip tar freetype fontconfig ; rm -rf /var/cache/yum
2019-01-16 01:43:54 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-12
2019-01-16 01:43:54 UTC/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-01-16 01:43:54 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=12-ea+27
2019-01-16 01:43:55 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk12/27/GPL/openjdk-12-ea+27_linux-x64_bin.tar.gz
2019-01-16 01:43:55 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=9fc017547c3113abea34433ec9b1d6f1710712442939ef4b690c1e502de2d2cb
2019-01-16 01:44:35 UTC/bin/sh -c set -eux; curl -fL -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; ln -sfT "$JAVA_HOME" /usr/java/default; ln -sfT "$JAVA_HOME" /usr/java/latest; for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done; java -Xshare:dump; java --version; javac --version
2019-01-16 01:44: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.