Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debian-jdk8u-2022-05-24-04-05-beta-nightly
Content Digest
sha256:e238048146a7b399adcdd41dac0f46372ef01217b5018840f637bba7d293773e
Details
Created

2022-05-24 15:29:53 UTC

Size

157 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-05-24-04-05-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:af98d4d7820a7b3b0a2afec4a171d8071d01877d1ce618b888a5a3c404ee8648 - 29.72% (46.7 MB)

[#001] sha256:bd2dbf45da9f41f4da41401b6dfc0cd60576b3961709eaaec2c48beea98eae5b - 10.69% (16.8 MB)

[#002] sha256:5486212f8144bb715a55357a70ddbec8a7ca014d1f1907d35cbc765dd607ff44 - 59.59% (93.7 MB)


History
2022-05-11 00:44:30 UTC

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

2022-05-11 00:44:32 UTC

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

2022-05-24 15:29:36 UTC

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

2022-05-24 15:29:48 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-05-24 15:29:48 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-05-24-04-05-beta

2022-05-24 15:29:53 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in armhf|armv7l) ESUM='1e64677519a770383c23e104da23ea0779f6aefa73821698f999b8b5faac5642'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-24-04-05-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-05-24-04-05.tar.gz'; ;; ppc64el|ppc64le) ESUM='f9d3f0712135395a6ac883f4b6bb77c6800590d6e6308bd40735fc6b808b97f9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-24-04-05-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-05-24-04-05.tar.gz'; ;; s390x) ESUM='145cc1e6535cf0f040b47b60b0d3d6d57c638979722128b847aa9bd37745b22e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-24-04-05-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-05-24-04-05.tar.gz'; ;; amd64|x86_64) ESUM='df9e5f8a712302b4cad4b57a8f77a254cc86bceb859bb2eb5b61590d7dba10fa'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-24-04-05-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-05-24-04-05.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-05-24 15:29:53 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