Namespace
library
Image / Tag
openjdk:13.0.1-jdk-oraclelinux7
Content Digest
sha256:d909bffa542eb2670f7839c73b131d39cfe611e4fc8ec097d9d2729967758ec0
Details
Created

2019-12-20 02:09:15 UTC

Size

242 MB

Content Digest
Environment
JAVA_HOME

/usr/java/openjdk-13

JAVA_SHA256

2e01716546395694d3fad54c9b36d1cd46c5894c06f72d156772efbcf4b41335

JAVA_URL

https://download.java.net/java/GA/jdk13.0.1/cec27d702aa74d5a8630c65ae61e4305/9/GPL/openjdk-13.0.1_linux-x64_bin.tar.gz

JAVA_VERSION

13.0.1

LANG

en_US.UTF-8

PATH

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


Layers

[#000] sha256:822ace0353cbeeb23baa4e10b00916d8aae76c005023f5807d16cd97e6339b9b - 16.82% (40.7 MB)

[#001] sha256:5cf4d0631bf4e4c98ff5629cdf7958d9db134bbabd5a323f89f8fd783ca4c524 - 5.83% (14.1 MB)

[#002] sha256:eabeb058e38fd5f01e81ef30acc06916a699f6b39e8b72178e882184c8bf2f3d - 77.35% (187 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-12-20 01:46:43 UTC

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

2019-12-20 01:46:44 UTC

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

2019-12-20 02:05:13 UTC

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

2019-12-20 02:05:13 UTC

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

2019-12-20 02:08:53 UTC

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

2019-12-20 02:08:53 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-12-20 02:08:53 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=13.0.1

2019-12-20 02:08:54 UTC

/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/GA/jdk13.0.1/cec27d702aa74d5a8630c65ae61e4305/9/GPL/openjdk-13.0.1_linux-x64_bin.tar.gz

2019-12-20 02:08:54 UTC

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

2019-12-20 02:09:15 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-12-20 02:09:15 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