Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-debianslim-jdk8u-2022-08-16-04-28-beta-nightly
Content Digest
sha256:117a0445c96aaf7e683b2a0b42739912cbd7d098f786884362014aadb19971e6
Details
Created

2022-08-17 15:57:10 UTC

Size

130 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-08-16-04-28-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:42614a0fa81c110340e6a5a5db155f27bbb6fa8c1e2421b2c2c5f148ea18f35d - 18.83% (24.6 MB)

[#001] sha256:705f967117007d844e67a852ddbe815edae18a20fb3332df40d5381d8afa50d5 - 9.37% (12.2 MB)

[#002] sha256:1c1c8289e171c2ec6486976c79b3499b6122241a8c863d6ee6cbc2f61999ab1e - 71.8% (93.7 MB)


History
2022-08-02 00:42:56 UTC

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

2022-08-02 00:42:58 UTC

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

2022-08-17 15:56:50 UTC

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

2022-08-17 15:57:04 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-08-17 15:57:04 UTC

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

2022-08-17 15:57:10 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b3d5e048dd9180380986f7026b52563110fa58dfab8bfeb670a60d5e340ee88b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; armhf|armv7l) ESUM='8f8d5fa4cefadbe2aed06f575aa7b7a00fd0172db91ad9d00a6b6291b622d00f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; ppc64el|ppc64le) ESUM='3657d5604e3d13ee2756dfdc309a7cdb59431b2038e6a8773b0e2553b369b680'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; s390x) ESUM='7a71386221cebf94e873ff75d0773ae5e550348525984ad674242614154c9b85'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; amd64|x86_64) ESUM='e7318383d9eff85225730a541c8a234c01030f258b0445da3e2b51e9d4f64e1e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-08-16-04-28.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-08-17 15:57:10 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