Namespace
arm64v8
Image / Tag
eclipse-temurin:18-centos7
Content Digest
sha256:3df47c6cc88ce28b22e9f7cff089d40d2d41adc9c9f5740f62df96c4e9968086
Details
Created

2022-08-29 18:42:19 UTC

Size

304 MB

Content Digest
Labels
  • org.label-schema.build-date
    20201113
  • 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-11-13 00:00:00+00: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-18.0.2.1+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:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec - 33.96% (103 MB)

[#001] sha256:aa7ff41d99b527a4020b8a26dbc2e07f3b75a5dc96a7f0adaf5ac46d3bafb569 - 5.74% (17.5 MB)

[#002] sha256:b82f054b3ba041d63a53192f72c681c0fdc752e99c4abbcbacd7418d7089ffeb - 60.29% (183 MB)

[#003] sha256:c8bced4250692a6a7f624bbbe5e1e5c6eb892daa264efbd29ac0f81e0869f547 - 0.0% (129 Bytes)


History
2022-02-14 19:39:36 UTC

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

2022-02-14 19:39:37 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=20201113 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-11-13 00:00:00+00:00

2022-02-14 19:39:38 UTC

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

2022-08-11 18:41:06 UTC

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

2022-08-11 18:41:06 UTC

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

2022-08-11 18:41:07 UTC

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

2022-08-12 17:46:06 UTC

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

2022-08-29 18:42:07 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-18.0.2.1+1

2022-08-29 18:42:15 UTC

/bin/sh -c set -eux; ARCH="$(objdump="$(command -v objdump)" && objdump --file-headers "$objdump" | awk -F '[:,]+[[:space:]]+' '$1 == "architecture" { print $2 }')"; case "${ARCH}" in aarch64|arm64) ESUM='262be608e266fd76d7496af83b2832be853c3aaf7460d6a4da198cd40db74553'; BINARY_URL='https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_aarch64_linux_hotspot_18.0.2.1_1.tar.gz'; ;; ppc64el|powerpc:common64) ESUM='030261a2189a8f773fda543a85ab9beb4c430bf81ca5be37cf6cb970b5ccbb03'; BINARY_URL='https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_ppc64le_linux_hotspot_18.0.2.1_1.tar.gz'; ;; amd64|i386:x86-64) ESUM='7d6beba8cfc0a8347f278f7414351191a95a707d46b6586e9a786f2669af0f8b'; BINARY_URL='https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_x64_linux_hotspot_18.0.2.1_1.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm /tmp/openjdk.tar.gz;

2022-08-29 18:42:18 UTC

/bin/sh -c echo Verifying install ... && fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java && echo javac --version && javac --version && echo java --version && java --version && echo Complete.

2022-08-29 18:42:19 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