Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debian-jdk8u-2021-09-09-02-44-beta-nightly
Content Digest
sha256:052f1fc60f912c47cb0fb6f290427b1b91b0e0b23c72ffdcebe58fc0b0a04e8f
Details
Created

2021-09-10 15:20:39 UTC

Size

162 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-09-09-02-44-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:e3c1991bf0816d8624d8191a43732b869478319ed39c5f218e5878ed1ee05d58 - 29.0% (46.9 MB)

[#001] sha256:93eeb7359e0a6f0896c6545b41750b809f2fa61bc8e68f174060b00fa4609819 - 10.46% (16.9 MB)

[#002] sha256:0a7d51490e0d5293a6051de51958ae9b1d779ffc436dbcc322cba52c44eabc7b - 60.53% (98 MB)


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

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

2021-09-03 00:40:44 UTC

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

2021-09-10 15:20:18 UTC

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

2021-09-10 15:20:33 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-10 15:20:33 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-09-02-44-beta

2021-09-10 15:20:39 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5fbf16f83a03dcc01568836d8e9b4a06f0f0199d741f4d3821d2b89a4aecfed8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-09-02-44-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-09-09-02-44.tar.gz'; ;; armhf|armv7l) ESUM='4871e5bdc7731ea8583818441cf9e870ab75059442b28cc98cc9542392c0ef6b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-09-02-44-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-09-09-02-44.tar.gz'; ;; ppc64el|ppc64le) ESUM='eb2a508bc514a69cc361db50ec24ffd8468140417c15f6d0b2517a14b8414025'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-09-02-44-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-09-09-02-44.tar.gz'; ;; s390x) ESUM='f9879e4d5c8bc9fb965fe6bc7dd604c2cccc8255935061476bf769a5ee38b4a2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-09-02-44-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-09-09-02-44.tar.gz'; ;; amd64|x86_64) ESUM='96bdd3c923e1d8b359d873de85c6ec380296c69eb8b69e3aaf96bae34a11f5e2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-09-02-44-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-09-09-02-44.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-10 15:20:39 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