Namespace
library
Image / Tag
openjdk:13-ea-15-jdk-oracle
Content Digest
sha256:61f3913773ee8396e3829c067793b75b3cafef248c2aa5f654322b33567ae41c
Details
Created

2019-04-04 22:29:47 UTC

Size

233 MB

Content Digest
Environment
JAVA_HOME

/usr/java/openjdk-13

JAVA_SHA256

9541d11eed667ed91ca99d416e43c46b4cc36fb0fef60806bc65e0aeaf26c44a

JAVA_URL

https://download.java.net/java/early_access/jdk13/15/GPL/openjdk-13-ea+15_linux-x64_bin.tar.gz

JAVA_VERSION

13-ea+15

PATH

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


Layers

[#000] sha256:473ea9871b29395d70351561fdbf670a69c33141674bbc3175f67d07301cc015 - 17.46% (40.6 MB)

[#001] sha256:53f12c523386577a8cc3e4f89a97d85d0d0c9e9b14fd0133f9a83235f7d1efc4 - 2.71% (6.31 MB)

[#002] sha256:727c2f7ff0f35db4618f8881a96f17eeb4ab78291210d5e2503520e24974ed79 - 79.82% (186 MB)


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

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

2019-03-29 22:13:28 UTC

/bin/sh -c #(nop) ADD file:6f3fb77cb4c95452f01aa0bb19d308b18c7863f2c73cbcddb67d9ae531a8fc2e in /

2019-03-29 22:13:28 UTC

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

2019-03-29 22:24:20 UTC

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

2019-03-29 22:24:20 UTC

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

2019-03-29 22:24:20 UTC

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

2019-04-04 22:28:10 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+15

2019-04-04 22:28:10 UTC

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

2019-04-04 22:28:11 UTC

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

2019-04-04 22:29:46 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-04 22:29:47 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