Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debian-jre8u-2022-07-08-00-52-beta-nightly
Content Digest
sha256:2cc04b63b3dfb08b57326d6780bf027eb8ee3be26bf63b1aba0d0a0f3f61a576
Details
Created

2022-07-08 16:59:07 UTC

Size

100 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-07-08-00-52-beta

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:977fe4047366375c4e256a32fd8e196b4ce6a283da397aa1ef2dafa150c30190 - 46.6% (46.7 MB)

[#001] sha256:045e0ea3f8d6a25e93f63ccbd906b1d0c1f36451e8c96c1424ae103bf79ef1a1 - 16.76% (16.8 MB)

[#002] sha256:7b1ec6572ad20e90d5a64e1a972924a0d954d1a984c5513010be186235a33218 - 36.64% (36.8 MB)


History
2022-06-23 00:43:34 UTC

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

2022-06-23 00:43:41 UTC

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

2022-07-08 16:58:52 UTC

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

2022-07-08 16:59:03 UTC

/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*

2022-07-08 16:59:04 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-07-08-00-52-beta

2022-07-08 16:59:07 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='95eda7cd1db1c96b718cabe4657cb8624606be3546e3f0ab885cee426db369c5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; armhf|armv7l) ESUM='c46cc1fbfdb449a91846f01bbdf72a64de06dc539c76930cf9a84edf16f9a4db'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; ppc64el|ppc64le) ESUM='406f309028d8cf66a3e64cda197ec1a00d41b05dea4f84f9399527aef508be49'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; s390x) ESUM='f994e658b5fc4f80ca8b601658de5193d9d322246f2e472b70732a46a7fc602a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; amd64|x86_64) ESUM='053bb1132ea8977044e02fd259335db0132dfcd4ae8e81e93cf64a52f2626a1c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-07-08-00-52.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;

2022-07-08 16:59:07 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