Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debian-jdk8u-2022-06-16-04-17-beta-nightly
Content Digest
sha256:133c212bb06a88514534455854445f0381e6714377a733e315dad5026171c0c7
Details
Created

2022-06-16 15:28:49 UTC

Size

158 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-06-16-04-17-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:771d2d61f47933c8d05a5f7e35dcb16848a6225e7531db8e5971d528982538e9 - 29.63% (46.7 MB)

[#001] sha256:2bc2c6c04add4b5deab5c6ae6fe56b0bd3d3ec2c59312c599236e1fbb61502bd - 10.97% (17.3 MB)

[#002] sha256:51e442802c8ce64378bc4773c0d24ea2246a1f5028b0d8958d82306b3f443d65 - 59.4% (93.7 MB)


History
2022-05-28 00:43:20 UTC

/bin/sh -c #(nop) ADD file:65712051a170cb9d0b18d0085bc26171598119b8946fa55b5ee959661b48a5d2 in /

2022-05-28 00:43:26 UTC

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

2022-06-16 15:28:29 UTC

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

2022-06-16 15:28:44 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-06-16 15:28:44 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-06-16-04-17-beta

2022-06-16 15:28:48 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='f546750e66a6b003635cccd28d829910df4c06b60d2d27eaed7b583e6e844478'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-06-16-04-17.tar.gz'; ;; armhf|armv7l) ESUM='06eb2e65134679255c980f8c27b8e3bf0461274479fd0558bb521d98327bb746'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-06-16-04-17.tar.gz'; ;; ppc64el|ppc64le) ESUM='9641057ecc82c9618961b8f9eb1365539605455a14777ab0019f9ff07a3828ca'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-06-16-04-17.tar.gz'; ;; s390x) ESUM='3bbeab0ea1cf142958235dff32249c34a34e148fd8f6a3eb42ae7fd792539b1b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-06-16-04-17.tar.gz'; ;; amd64|x86_64) ESUM='11e188051ad66ad503dcfa585bd3259352c9b14a1be0a14c4c57c3c2d38b62cc'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-06-16-04-17.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-06-16 15:28:49 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