2019-04-12 01:05:35 UTC
232 MB
/usr/java/openjdk-11
JAVA_SHA25699be79935354f5c0df1ad293620ea36d13f48ec3ea870c838f20c504c9668b57
JAVA_URLhttps://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
JAVA_VERSION11.0.2
PATH/usr/java/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:35defbf6c365d4b156baefbecee36d050397bcc4fca7906aada0bbd00e34c76a - 17.53% (40.6 MB)
[#001] sha256:5362bf1d5ff8c939878cd11387a1f195da87c88b7c73c89b3d933917644c8fe1 - 2.73% (6.32 MB)
[#002] sha256:06c125b2a83b9fed99f5b4eb30b914cff23f54ad3f0fb6b63473c2d6f726b0ca - 79.75% (185 MB)
/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>
2019-04-12 00:39:30 UTC/bin/sh -c #(nop) ADD file:fc4b1a8a391c3bd11cdd229574a87e8d1133402deff8ef758f932756d5a82ca3 in /
2019-04-12 00:39:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-04-12 01:03:22 UTC/bin/sh -c set -eux; yum install -y gzip tar freetype fontconfig ; rm -rf /var/cache/yum
2019-04-12 01:04:54 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-11
2019-04-12 01:04:54 UTC/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-04-12 01:04:54 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11.0.2
2019-04-12 01:04:55 UTC/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
2019-04-12 01:04:55 UTC/bin/sh -c #(nop) ENV JAVA_SHA256=99be79935354f5c0df1ad293620ea36d13f48ec3ea870c838f20c504c9668b57
2019-04-12 01:05:35 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-04-12 01:05:35 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.