Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debian-jdk8u-2021-09-07-04-19-beta-nightly
Content Digest
sha256:466cd8ff1f004cf6c4ae1b60371e0e3b62fa49b2f2f7c32fb2d54d64de036612
Details
Created

2021-09-08 15:29:56 UTC

Size

157 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-09-07-04-19-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:98373502f525a0ec193f60462454ed062dd42ded2a98cb5fab011b55ec824c77 - 29.72% (46.7 MB)

[#001] sha256:4ea1bd13f396c363ae465111b76999c532158e2f1f1de1f31f9b06123369df8b - 10.67% (16.8 MB)

[#002] sha256:c65a2d2913a86ea32d4c7f1ecb6570bf8fa9a140e666e13727fbd318e0019654 - 59.61% (93.7 MB)


History
2021-09-03 00:44:12 UTC

/bin/sh -c #(nop) ADD file:282d4f0b6aa732d36151d4d99869e435e6fa273ff73904ae6da0df618b7c2a3e in /

2021-09-03 00:44:21 UTC

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

2021-09-08 15:29:40 UTC

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

2021-09-08 15:29:51 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-09-08 15:29:51 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-07-04-19-beta

2021-09-08 15:29:56 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='4f3ea75166531614f255e412a523995a57cda863592e5e20ccae5c52c4dcbcac'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; armhf|armv7l) ESUM='92562c90d2ebeceeaec555e171c5f649aeed46c2adb319fc266178ce9ba7589e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; ppc64el|ppc64le) ESUM='a45507347037a970fcda9ca77fc6748e149bb88417dd9a59e825fb782fb8f59b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; s390x) ESUM='6dd9f356e0e2c3cd88f86de882ac93bdfcc7f99abd01512309199e38c417b310'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; amd64|x86_64) ESUM='17b8e5c1c653bc7435f44a7cb1712dc586ae34b7909ed1e968b98311e5c5b413'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-09-07-04-19.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-09-08 15:29:56 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