2019-02-09 01:28:41 UTC
236 MB
/usr/java/openjdk-13
JAVA_SHA2566fd89d72518f9d50d5d2c3db3683a2e614cd266d9cb67ab52f4a55b5873fb1d8
JAVA_URLhttps://download.java.net/java/early_access/jdk13/7/GPL/openjdk-13-ea+7_linux-x64_bin.tar.gz
JAVA_VERSION13-ea+7
PATH/usr/java/openjdk-13/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:79e1a974a94a1e36ce4b1f5d13eaacc1aaf9d2095ee6df1b6f131b37a13bf6c4 - 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:42:46 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-13
2019-01-16 01:42:47 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-02-09 01:27:14 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+7
2019-02-09 01:27:14 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk13/7/GPL/openjdk-13-ea+7_linux-x64_bin.tar.gz
2019-02-09 01:27:15 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=6fd89d72518f9d50d5d2c3db3683a2e614cd266d9cb67ab52f4a55b5873fb1d8
2019-02-09 01:28:41 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-02-09 01:28:41 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.