2019-01-16 01:45:18 UTC
232 MB
/usr/java/openjdk-11
JAVA_SHA2567a6bb980b9c91c478421f865087ad2d69086a0583aeeb9e69204785e8e97dcfd
JAVA_URLhttps://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz
JAVA_VERSION11.0.1
PATH/usr/java/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a8d84c1f755a3ae79bb49ba9bbfd59edd9d8b324fea86f0728a67eab1db70635 - 17.45% (40.4 MB)
[#001] sha256:f6a1b57216ef83659d273709772c4ee0f10efd5500d48f66bf765751d5e75b75 - 2.72% (6.3 MB)
[#002] sha256:ed52790df8c745bd716e960a367b94d62758a193698d7c7aab6dd9112dc6e478 - 79.83% (185 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:44:44 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-11
2019-01-16 01:44:44 UTC/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-01-16 01:44:45 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11.0.1
2019-01-16 01:44:45 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz
2019-01-16 01:44:45 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=7a6bb980b9c91c478421f865087ad2d69086a0583aeeb9e69204785e8e97dcfd
2019-01-16 01:45:18 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:45:18 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.