2019-12-19 04:40:44 UTC
244 MB
/usr/java/openjdk-15
JAVA_SHA2561c54d88e0a73553f43f49bf6633502c7a1dfdcbbff9da3272aee79051d3cbd9a
JAVA_URLhttps://download.java.net/java/early_access/jdk15/1/GPL/openjdk-15-ea+1_linux-x64_bin.tar.gz
JAVA_VERSION15-ea+1
LANGen_US.UTF-8
PATH/usr/java/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:977461c903012ec41b22a4c1bf975a3199570bd92ccc75a70f5a1119bca6d402 - 16.67% (40.7 MB)
[#001] sha256:3b03bc4978d77c248161b19b002c5b1814492890df489738fda21ebfadf7867e - 5.77% (14.1 MB)
[#002] sha256:e982aacf374b6c3fd008308eb9a70f4f70f2624ddcc309e9eff8d0e6af44d94e - 77.56% (190 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2019-11-18 23:05:29 UTC/bin/sh -c #(nop) ADD file:c8bbabb7270612c9e26467e961293f9b6550a7a7ad2bb07d08c08e14c8ea2961 in /
2019-11-18 23:05:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-11-19 04:23:39 UTC/bin/sh -c set -eux; yum install -y gzip tar binutils freetype fontconfig ; rm -rf /var/cache/yum
2019-11-19 04:23:39 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2019-12-19 04:39:11 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-15
2019-12-19 04:39:11 UTC/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-12-19 04:39:11 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=15-ea+1
2019-12-19 04:39:11 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk15/1/GPL/openjdk-15-ea+1_linux-x64_bin.tar.gz
2019-12-19 04:39:11 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=1c54d88e0a73553f43f49bf6633502c7a1dfdcbbff9da3272aee79051d3cbd9a
2019-12-19 04:40:44 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-12-19 04:40:44 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.