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

2023-01-25 18:41:57 UTC

Size

312 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-19.0.2+7

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.08% (103 MB)

[#001] sha256:b8645b396cba126d03a6da3a8b4480c2adeaba2b834d2bf4705bf58ea486cf64 - 5.91% (18.5 MB)

[#002] sha256:1c0f3f53d7ef48eb079e9bd9a0b4f834fb30e1a809161f523da03bc47b0200e2 - 61.0% (191 MB)

[#003] sha256:8adb838440cd25497e371fb1dcfc1e4f597eca2c4cf59af6040e66a69d174862 - 0.0% (178 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-10-26 01:09:17 UTC

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

2022-10-26 01:09:17 UTC

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

2022-10-26 01:09:17 UTC

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

2022-10-26 01:12:51 UTC

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

2023-01-25 18:41:46 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-19.0.2+7

2023-01-25 18:41:53 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='1c4be9aa173cb0deb0d215643d9509c8900e5497290b29eee4bee335fa57984f'; BINARY_URL='https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.2%2B7/OpenJDK19U-jdk_aarch64_linux_hotspot_19.0.2_7.tar.gz'; ;; ppc64el|powerpc:common64) ESUM='173d1256dfb9d13d309b5390e6bdf72d143b512201b0868f9d349d5ed3d64072'; BINARY_URL='https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.2%2B7/OpenJDK19U-jdk_ppc64le_linux_hotspot_19.0.2_7.tar.gz'; ;; amd64|i386:x86-64) ESUM='3a3ba7a3f8c3a5999e2c91ea1dca843435a0d1c43737bd2f6822b2f02fc52165'; BINARY_URL='https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.2%2B7/OpenJDK19U-jdk_x64_linux_hotspot_19.0.2_7.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 -f /tmp/openjdk.tar.gz ${JAVA_HOME}/src.zip;

2023-01-25 18:41:56 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.

2023-01-25 18:41:57 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