Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debianslim-jre8u-2021-09-27-19-52-beta-nightly
Content Digest
sha256:8920c6943eba4df3c6938a49003dbeae70c0268f2cb303e023945c6ab5e0844b
Details
Created

2021-09-29 16:22:47 UTC

Size

76.4 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-09-27-19-52-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:896f18f54b28590b15a0f3354b13e8ea2f88a05f13de4117720f88cef30206ee - 32.35% (24.7 MB)

[#001] sha256:c3e116d11d3dd741c57cbdbb22fb6197ecbc7fb861bd46ee5d23ce922dd8afbb - 16.76% (12.8 MB)

[#002] sha256:f7f3ca04b50fb28c8f8f1bde9199ad1aea22d0c24eefb4ef19454ee369f08a84 - 50.89% (38.9 MB)


History
2021-09-28 01:41:13 UTC

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

2021-09-28 01:41:13 UTC

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

2021-09-29 16:22:30 UTC

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

2021-09-29 16:22:43 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-29 16:22:44 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-27-19-52-beta

2021-09-29 16:22:47 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5d1968601884fdc215d35dc560920cef08108c9f8b558c7549756c2556da69c1'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-27-19-52-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-09-27-19-52.tar.gz'; ;; armhf|armv7l) ESUM='90394335f1cf5866e3334c8a69025a132c79192a5bbe7fab30368105f2140a4c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-27-19-52-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-09-27-19-52.tar.gz'; ;; ppc64el|ppc64le) ESUM='22a742b0f4383acd32e3098adc649b1a54344b13946bd6ff9f7ceb79819c4994'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-27-19-52-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-09-27-19-52.tar.gz'; ;; s390x) ESUM='9326c2267f40b90efd8d487b43665fb567dfaac81247b726e4479d0465f6f82c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-27-19-52-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-09-27-19-52.tar.gz'; ;; amd64|x86_64) ESUM='8bdfa997b115d7e3eb8d1e6efcead2045f7c61a910441bc1a4e91f9db21cddb4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-27-19-52-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-09-27-19-52.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-29 16:22:47 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