2019-03-14 23:37:50 UTC
233 MB
/usr/java/openjdk-13
JAVA_SHA256037e818139570fd76ecb2084d01be82bd9ffec9dafe3f7fc0707244c488cbd82
JAVA_URLhttps://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_linux-x64_bin.tar.gz
JAVA_VERSION13-ea+11
PATH/usr/java/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fed07aa1584277d27939770db62b5d92873f3418468f206eb9587c4acc3e381c - 17.43% (40.6 MB)
[#001] sha256:4a5ab7990508bce67a1b23ec430296a587ac903c8f030065e55376a9cddbc92c - 2.71% (6.31 MB)
[#002] sha256:4354a5d3417b3026428fb89a0ad0ff7dbfaba4910dbd12c1def559eec2b0dd3e - 79.86% (186 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2019-03-14 23:20:32 UTC/bin/sh -c #(nop) ADD file:4d11753c2bf556fa74926f65de05676f76006cc2394377279f3748170b19ff59 in /
2019-03-14 23:20:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-03-14 23:37:11 UTC/bin/sh -c set -eux; yum install -y gzip tar freetype fontconfig ; rm -rf /var/cache/yum
2019-03-14 23:37:11 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-13
2019-03-14 23:37:11 UTC/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-03-14 23:37:11 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+11
2019-03-14 23:37:11 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_linux-x64_bin.tar.gz
2019-03-14 23:37:11 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=037e818139570fd76ecb2084d01be82bd9ffec9dafe3f7fc0707244c488cbd82
2019-03-14 23:37:50 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-03-14 23:37:50 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.