Namespace
library
Image / Tag
openjdk:12-ea-19
Content Digest
sha256:ac6bb3c5d3b56c02fbdddbe91400409756b65eed41e00e7b355de95d07a0fd3e
Details
Created

2018-11-09 22:52:00 UTC

Size

234 MB

Content Digest
Environment
JAVA_HOME

/usr/java/openjdk-12

JAVA_SHA256

ef352ce06801983c6d1554c225dc63d3486775bbd90d84b4e758ea248cb123a0

JAVA_URL

https://download.java.net/java/early_access/jdk12/19/GPL/openjdk-12-ea+19_linux-x64_bin.tar.gz

JAVA_VERSION

12-ea+19

PATH

/usr/java/openjdk-12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f25d826091945ac486aa0c52fdcf1b0981e32cef0f95c4dd5e229aeaaa73fe4a - 17.25% (40.4 MB)

[#001] sha256:871abb54d51cb3a855d5abd9e1d822b1c2a7571b305ce853bd3bceb3d852f90c - 2.69% (6.3 MB)

[#002] sha256:fbcb5656d4b149ae4467b21873f51a203a80c2e5bb5dbed9e40cc6846bd27def - 80.07% (188 MB)


History
2018-08-30 21:49:27 UTC

/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>

2018-11-08 02:20:54 UTC

/bin/sh -c #(nop) ADD file:455ccf156d2b27cef51d5bb1a11a3b0771a13a2378aa24f1879b3e5d90482f3d in /

2018-11-08 02:20:54 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2018-11-08 02:38:50 UTC

/bin/sh -c set -eux; yum install -y gzip tar freetype fontconfig ; rm -rf /var/cache/yum

2018-11-08 02:38:51 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-12

2018-11-08 02:38:51 UTC

/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-11-09 22:51:09 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=12-ea+19

2018-11-09 22:51:09 UTC

/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk12/19/GPL/openjdk-12-ea+19_linux-x64_bin.tar.gz

2018-11-09 22:51:09 UTC

/bin/sh -c #(nop) ENV JAVA_SHA256=ef352ce06801983c6d1554c225dc63d3486775bbd90d84b4e758ea248cb123a0

2018-11-09 22:51:59 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

2018-11-09 22:52:00 UTC

/bin/sh -c #(nop) CMD ["jshell"]

Danger Zone
Delete Tag

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.

Delete