Namespace
library
Image / Tag
openjdk:15-ea-11-jdk-oracle
Content Digest
sha256:d14fb6bdd1b146d2566b95dbc571865b990c7bc18e44e60ea749c254dd34d721
Details
Created

2020-02-21 03:09:49 UTC

Size

244 MB

Content Digest
Environment
JAVA_HOME

/usr/java/openjdk-15

JAVA_SHA256

dbaed2c9b6a3158494de3a5d87e772a9950535f9053a239c5dcbc1baee5b967d

JAVA_URL

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

JAVA_VERSION

15-ea+11

LANG

en_US.UTF-8

PATH

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


Layers

[#000] sha256:86607bb85307f4e017c6cc236573951482f1de084e0987480fecea9295c2f923 - 16.71% (40.7 MB)

[#001] sha256:a1d217c4e16034b1dca5abb6ea80aabded93c73f35686d806d9f2aa8555743da - 5.78% (14.1 MB)

[#002] sha256:f16eac9ec9e9c26a8dfe60ed7867ff803c9cb9f968e4d6aeec89b5b0b10c4117 - 77.51% (189 MB)


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

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

2020-01-28 21:36:05 UTC

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

2020-01-28 21:36:06 UTC

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

2020-01-28 21:53:09 UTC

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

2020-01-28 21:53:09 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8

2020-01-28 21:53:10 UTC

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

2020-01-28 21:53:10 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-02-21 03:08:14 UTC

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

2020-02-21 03:08:14 UTC

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

2020-02-21 03:08:14 UTC

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

2020-02-21 03:09:49 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-02-21 03:09:49 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