Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-centos-jre-11.0.9_11.1
Content Digest
sha256:990cc9c8db39debc0ed94526810c4d8ea470f210993d1e63fb8686d6cd39dd5c
Details
Created

2020-10-26 19:54:11 UTC

Size

124 MB

Content Digest
Labels
  • org.label-schema.build-date
    20200809
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.created
    2020-08-09 00:00:00+01:00
  • org.opencontainers.image.licenses
    GPL-2.0-only
  • org.opencontainers.image.title
    CentOS Base Image
  • org.opencontainers.image.vendor
    CentOS

Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-11.0.9+11.1

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 - 58.19% (72.3 MB)

[#001] sha256:045be6cd2f6343536e92c38d4e2ed0cb1f0c4a905db6e6dac1757d264ee59ce7 - 7.91% (9.83 MB)

[#002] sha256:7b521962803498e190a53b4730b0ae2272a262869a845c8a9931b77a69f26566 - 33.9% (42.2 MB)


History
2020-08-10 18:20:08 UTC

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

2020-08-10 18:20:09 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20200809 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-08-09 00:00:00+01:00

2020-08-10 18:20:09 UTC

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

2020-10-26 19:53:39 UTC

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

2020-10-26 19:53:54 UTC

/bin/sh -c yum install -y tzdata openssl curl ca-certificates fontconfig gzip tar && yum update -y; yum clean all

2020-10-26 19:53:56 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.9+11.1

2020-10-26 19:54:06 UTC

/bin/sh -c set -eux; ARCH="$(uname -m)"; case "${ARCH}" in aarch64|arm64) ESUM='89b9b3108afda968a97961c5602a896bae31fea7c95195b54be5ad68b3af9e45'; BINARY_URL='https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9%2B11.1/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.9_11.tar.gz'; ;; amd64|x86_64) ESUM='2ed263b662afb8b5d2964d1c9941d20031d07e5af68679ebefdca35d40bb91b1'; BINARY_URL='https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9%2B11.1/OpenJDK11U-jre_x64_linux_hotspot_11.0.9_11.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; curl -LfsSo /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p /opt/java/openjdk; cd /opt/java/openjdk; tar -xf /tmp/openjdk.tar.gz --strip-components=1; rm -rf /tmp/openjdk.tar.gz;

2020-10-26 19:54:11 UTC

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

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