2020-04-25 06:52:57 UTC
239 MB
/usr/java/openjdk-15
JAVA_SHA25638059e0eea619775a3dd0843f386d24cf6d0289b4b511bb98acde78e9a6aac29
JAVA_URLhttps://download.java.net/java/early_access/jdk15/20/GPL/openjdk-15-ea+20_linux-x64_bin.tar.gz
JAVA_VERSION15-ea+20
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.35% (41.4 MB)
[#001] sha256:11ceb08e4244f41a1398e621d60c54d89e7f76991ffec77188bc98bb07e60001 - 5.89% (14.1 MB)
[#002] sha256:ed07197851d8fd58fdcbba730b5ab08cc20a5b969065a869e599af1767a4b8ca - 76.76% (183 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-25 06:52:13 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=15-ea+20
2020-04-25 06:52:13 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk15/20/GPL/openjdk-15-ea+20_linux-x64_bin.tar.gz
2020-04-25 06:52:13 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=38059e0eea619775a3dd0843f386d24cf6d0289b4b511bb98acde78e9a6aac29
2020-04-25 06:52:57 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-25 06:52:57 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.