2020-04-10 20:43:55 UTC
244 MB
/usr/java/openjdk-15
JAVA_SHA256b5a60c62d325c8808978848fd7e21f2cce765ae97cf8361a7e136b36b6bd73bf
JAVA_URLhttps://download.java.net/java/early_access/jdk15/18/GPL/openjdk-15-ea+18_linux-x64_bin.tar.gz
JAVA_VERSION15-ea+18
LANGen_US.UTF-8
PATH/usr/java/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:79ccf0f4e30fb9e8aa16b93e5123f4ebd2ebe8e0f8d21cc01956016f867ab3bf - 17.01% (41.4 MB)
[#001] sha256:11ceb08e4244f41a1398e621d60c54d89e7f76991ffec77188bc98bb07e60001 - 5.78% (14.1 MB)
[#002] sha256:0cb1263bc3e30ed1aa4c5b859a1fee775bd677ab229439e618dbdd9b095c0905 - 77.22% (188 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2020-04-10 20:26:28 UTC/bin/sh -c #(nop) ADD file:53599f8bbed1dcb68d6fd6418597c9692c328f49a3a3864871c5237c64e00375 in /
2020-04-10 20:26:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-04-10 20:43:19 UTC/bin/sh -c set -eux; yum install -y gzip tar binutils freetype fontconfig ; rm -rf /var/cache/yum
2020-04-10 20:43:19 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2020-04-10 20:43:19 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-15
2020-04-10 20:43:19 UTC/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-04-10 20:43:19 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=15-ea+18
2020-04-10 20:43:20 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk15/18/GPL/openjdk-15-ea+18_linux-x64_bin.tar.gz
2020-04-10 20:43:20 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=b5a60c62d325c8808978848fd7e21f2cce765ae97cf8361a7e136b36b6bd73bf
2020-04-10 20:43:55 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
2020-04-10 20:43: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.