2019-03-27 23:21:36 UTC
232 MB
/usr/java/openjdk-13
JAVA_SHA256dab82e65a0eba2369f2ad1966897cfcf2c5b4582d2087c63f9c3b6e3def1975b
JAVA_URLhttps://download.java.net/java/early_access/jdk13/13/GPL/openjdk-13-ea+13_linux-x64_bin.tar.gz
JAVA_VERSION13-ea+13
PATH/usr/java/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fed07aa1584277d27939770db62b5d92873f3418468f206eb9587c4acc3e381c - 17.51% (40.6 MB)
[#001] sha256:4a5ab7990508bce67a1b23ec430296a587ac903c8f030065e55376a9cddbc92c - 2.72% (6.31 MB)
[#002] sha256:bd91fb2e75ab1fdb32e8a072c8e608c2c3a9299edd404fbcfa604a0441f51340 - 79.77% (185 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-27 23:19:54 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+13
2019-03-27 23:19:54 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk13/13/GPL/openjdk-13-ea+13_linux-x64_bin.tar.gz
2019-03-27 23:19:54 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=dab82e65a0eba2369f2ad1966897cfcf2c5b4582d2087c63f9c3b6e3def1975b
2019-03-27 23:21:36 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-27 23:21: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.