2020-03-10 02:38:44 UTC
244 MB
/usr/java/openjdk-15
JAVA_SHA2564c3132ba41129cec900517c684fc14c64dc82dd46b673c3ef4a6ef3272938b1f
JAVA_URLhttps://download.java.net/java/early_access/jdk15/13/GPL/openjdk-15-ea+13_linux-x64_bin.tar.gz
JAVA_VERSION15-ea+13
LANGen_US.UTF-8
PATH/usr/java/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cd17e56c322c9601c98f41573bb47bd4cd68ff386d7d07538f156a7c0ef6c650 - 16.69% (40.7 MB)
[#001] sha256:ecdd73bb99224b1c73d7d3d8eea56a91f5e7fc73628dcfa3b5432cca23c7373d - 5.77% (14.1 MB)
[#002] sha256:2c97191fd01a971ab02e6ead5b438e18f8c03d02ce3d60ee3124132d849a7604 - 77.53% (189 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2020-03-10 02:20:39 UTC/bin/sh -c #(nop) ADD file:ca821d696bf87ff0b7ed9d85b5b0acc4656fc6498d2f5bd2c051bb16a99bfcbf in /
2020-03-10 02:20:40 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-10 02:37:57 UTC/bin/sh -c set -eux; yum install -y gzip tar binutils freetype fontconfig ; rm -rf /var/cache/yum
2020-03-10 02:37:57 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2020-03-10 02:37:57 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-15
2020-03-10 02:37:58 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-03-10 02:37:58 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=15-ea+13
2020-03-10 02:37:58 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk15/13/GPL/openjdk-15-ea+13_linux-x64_bin.tar.gz
2020-03-10 02:37:58 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=4c3132ba41129cec900517c684fc14c64dc82dd46b673c3ef4a6ef3272938b1f
2020-03-10 02:38: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
2020-03-10 02:38: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.