2018-10-16 22:02:55 UTC
232 MB
/usr/java/openjdk-12
JAVA_SHA256d5603ba136d07918e621c7ede56bbda8e76da4656d3d02874fa435a6bd69779f
JAVA_URLhttps://download.java.net/java/early_access/jdk12/15/GPL/openjdk-12-ea+15_linux-x64_bin.tar.gz
JAVA_VERSION12-ea+15
PATH/usr/java/openjdk-12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e64f6e679e1aa8acf7118fe395ca9c3ee44b10f3d83b02c381afb68551ba3f67 - 17.4% (40.4 MB)
[#001] sha256:66bec2b4dfe78001e661f43e29dee27e9bbefffea6e1ec67c24a171d64695809 - 1.79% (4.17 MB)
[#002] sha256:134fb5221cd919417453cdf0d75d3461cdf631f736429cc0b5abaa16348a2d8e - 80.8% (188 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2018-10-16 21:38:24 UTC/bin/sh -c #(nop) ADD file:fbe6533ea9111b27c121848a809a9c839ffe3d74cb1695643ebd19d9899c8e4e in /
2018-10-16 21:38:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-10-16 22:02:16 UTC/bin/sh -c set -eux; yum install -y gzip tar freetype fontconfig ; rm -rf /var/cache/yum
2018-10-16 22:02:16 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-12
2018-10-16 22:02:17 UTC/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-10-16 22:02:17 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=12-ea+15
2018-10-16 22:02:17 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk12/15/GPL/openjdk-12-ea+15_linux-x64_bin.tar.gz
2018-10-16 22:02:18 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=d5603ba136d07918e621c7ede56bbda8e76da4656d3d02874fa435a6bd69779f
2018-10-16 22:02:54 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
2018-10-16 22:02:55 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.