Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debian-jre8u-2022-05-21-02-38-beta-nightly
Content Digest
sha256:43bce09c1c8ff9d182fc837fccaa9a52b030b6dcde29188a6fe1e61d53fd9f83
Details
Created

2022-05-22 17:02:39 UTC

Size

100 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-05-21-02-38-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 - 46.6% (46.7 MB)

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

[#002] sha256:dc8e2841c16b18386ec957c5889b4e16a9399b253375f25497c709ec906a8ba1 - 36.65% (36.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-22 17:02:24 UTC

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

2022-05-22 17:02:36 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-22 17:02:36 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-05-21-02-38-beta

2022-05-22 17:02:39 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in armhf|armv7l) ESUM='8f92a1b3dc262ab4f3dfc2e2f262093e508e7887c5b6bfa7b872e2b6a61decc2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-05-21-02-38.tar.gz'; ;; ppc64el|ppc64le) ESUM='55b584e9fdeed3019da5796560bfe7a792c77fb510079ea8ecd3639d3ae2b8a6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-05-21-02-38.tar.gz'; ;; s390x) ESUM='8b336d6d9f98811befe7995c731b13b4a854e11336ca332a887a7bc3cf5d1c18'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-05-21-02-38.tar.gz'; ;; amd64|x86_64) ESUM='e23f7463eaba43bfba9bf37b61c25cd5d05aab7db3b31a04d5d5bdefeb714c38'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-05-21-02-38.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-22 17:02:39 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