Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debianslim-jdk8u-2021-08-26-03-14-beta-nightly
Content Digest
sha256:60ffaf0e0de778ee55e6ddfd5e0f8abd1ddcc79c88563db91caf2878996d385a
Details
Created

2021-08-27 15:30:14 UTC

Size

135 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-08-26-03-14-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:64ac1a72c06aa20e6c3b2e37ce66ddf902187eb683a427a477895f158a930e31 - 18.3% (24.7 MB)

[#001] sha256:3d279071e7127dc656901c26405ac8d7c1937d0f8579ece1a575604f25d2491a - 9.16% (12.4 MB)

[#002] sha256:0ac74bf0cef46ce5f589fb21962c375c24f084103cef3a9993c70cd9efc1ea26 - 72.53% (98 MB)


History
2021-08-17 01:46:31 UTC

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

2021-08-17 01:46:31 UTC

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

2021-08-27 15:29:50 UTC

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

2021-08-27 15:30: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/*

2021-08-27 15:30:04 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-08-26-03-14-beta

2021-08-27 15:30:14 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='e10d08b00f5c129d9e9ddb49ff7c3f3821ef73e7a1b4ecdb1c2492f6134571ad'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-26-03-14-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-08-26-03-14.tar.gz'; ;; armhf|armv7l) ESUM='65b3d1ccefa12c7e2aee2540b5cfeec9f36c10e9a98345f58b0d9f5d42614ca6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-26-03-14-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-08-26-03-14.tar.gz'; ;; ppc64el|ppc64le) ESUM='b19637eb8faa16311f1fbc6cc2d42b6ab5fd6d09398b29665b026b1ece3795a2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-26-03-14-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-08-26-03-14.tar.gz'; ;; s390x) ESUM='38dd0da164e849c38eab71f2236c06b3c545e53cbdbeddeeb3b57b8f29aebdc3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-26-03-14-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-08-26-03-14.tar.gz'; ;; amd64|x86_64) ESUM='8ff098618f21b34029930ece5577d609c037047b93a0b9428038e9fc2ea60bc0'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-26-03-14-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-08-26-03-14.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-08-27 15:30:14 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