Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debianslim-jdk8u-2021-11-11-05-27-beta-nightly
Content Digest
sha256:d79d3a39ff76eeb0eac25323d6b239ac9ebe2eea0602729804dcb0742a27bc06
Details
Created

2021-11-12 16:52:51 UTC

Size

131 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-11-11-05-27-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:78a640c6bb4733e5156ce97c5ec773cf97b357c3a07244348384da5060788a61 - 18.76% (24.6 MB)

[#001] sha256:b5c05c94bf74de3cc3064a516c4acb853e943a50dd71bc38e3a6a8986f1ebb8a - 9.66% (12.7 MB)

[#002] sha256:4b1f8115803a5ea84a3c0386dcb277aadce573514f22b009048561ebe9eb8198 - 71.58% (93.7 MB)


History
2021-10-12 00:42:56 UTC

/bin/sh -c #(nop) ADD file:39da9acd4d06d69f3ca8d25ef5c097ae741972d6b15a6a057bc7487380157b61 in /

2021-10-12 00:42:57 UTC

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

2021-11-12 16:52:27 UTC

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

2021-11-12 16:52:41 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/*

2021-11-12 16:52:41 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-11-05-27-beta

2021-11-12 16:52:50 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='6f3cda612d6cf28054803bda44354b49149611f90f54015925d41d480307083b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-11-05-27-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-11-11-05-27.tar.gz'; ;; armhf|armv7l) ESUM='d2364e9141a0e7d90649836fecd6fefa8c7c47382a4f3ca532f958ad43030f9d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-11-05-27-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-11-11-05-27.tar.gz'; ;; ppc64el|ppc64le) ESUM='9a10e04a6aa713f922a3044c815087dd63c74ab6d33dc1f42561b67d5f4bc3f5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-11-05-27-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-11-11-05-27.tar.gz'; ;; s390x) ESUM='013e41b721955f69d73388951ac4a7f86447f6bbda96e135e5cf4ef9433d60e8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-11-05-27-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-11-11-05-27.tar.gz'; ;; amd64|x86_64) ESUM='ebfc03c1c546a97e352796c2fb889a21a547cb375ac793664911106317fd000d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-11-05-27-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-11-11-05-27.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;

2021-11-12 16:52:51 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