Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debian-jdk8u-2021-12-09-06-07-beta-nightly
Content Digest
sha256:532a47efcc70028ea977ccf94deaa3955046c640848aa5c80149cca0abf1a603
Details
Created

2021-12-09 16:31:15 UTC

Size

157 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-12-09-06-07-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:880071943e5204965576e16f73b7be79cd355b6dfa2808413019623a4fc50be8 - 29.72% (46.7 MB)

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

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


History
2021-12-02 07:19:20 UTC

/bin/sh -c #(nop) ADD file:4db1e9d86bcce91ecfc6e5ee0301fde6185775dad4c6b2e0a20737e935afee45 in /

2021-12-02 07:19:24 UTC

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

2021-12-09 16:30:53 UTC

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

2021-12-09 16:31:05 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-12-09 16:31:05 UTC

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

2021-12-09 16:31:14 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='3768bdb464c37b7124de9958383a5d9a49efa84f21def8cf64703c4eab129762'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-09-06-07-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-12-09-06-07.tar.gz'; ;; armhf|armv7l) ESUM='3d194f34243efb90aeba577e98a13663bf1ff65bec786e1eb48f384a8aa878b8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-09-06-07-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-12-09-06-07.tar.gz'; ;; ppc64el|ppc64le) ESUM='5f39d94e5a513e152d8706978a59065cf1c0482c9a281a544b95812d7f0f6b3c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-09-06-07-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-12-09-06-07.tar.gz'; ;; s390x) ESUM='0c65e7e44f4a722ca319c32a9762e2d27a705bd3068c1ba9c828ebef09f0f826'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-09-06-07-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-12-09-06-07.tar.gz'; ;; amd64|x86_64) ESUM='425ca8042f6c2d09b761789ac8a1da820fa1d18cd5efad3a6314f49c50fa0c3d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-09-06-07-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-12-09-06-07.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-12-09 16:31:15 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