Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debian-jdk8u-2022-01-26-21-36-beta-nightly
Content Digest
sha256:d73d4e9b3869a3c6ed0874f19c36b7a4e94327cbe65932e20a7a17bef3f3d75f
Details
Created

2022-01-28 16:20:28 UTC

Size

162 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-01-26-21-36-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:ccd458f933f7966e412773ee1551aaf2433a5bf9adaae519e2ac7c9c3f8b5f89 - 29.0% (46.9 MB)

[#001] sha256:214f3ead1ba98abfeaf6af67077fc68dff3c4f73ad193ed63c6529355e9c5d7c - 10.46% (16.9 MB)

[#002] sha256:71f38c624c04db6c1adbc3305494a0ad1935e19008521f5b86e84fa81e9ba4cb - 60.54% (98 MB)


History
2022-01-26 01:42:41 UTC

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

2022-01-26 01:42:42 UTC

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

2022-01-28 16:20:03 UTC

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

2022-01-28 16:20:20 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-01-28 16:20:20 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-01-26-21-36-beta

2022-01-28 16:20:28 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='14f8aad0f7cbc8aa0cb84d2fb7ccd6666f6644ff7a477c248bce18140907b309'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-26-21-36-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-01-26-21-36.tar.gz'; ;; armhf|armv7l) ESUM='b029abd3f34191185d04d38746fadc112108610073c4d04fb0b15ff9ada065f6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-26-21-36-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-01-26-21-36.tar.gz'; ;; ppc64el|ppc64le) ESUM='70ca5b5c1aa861596bdbee7341baeaad654516ae56e8100205ef6e5b3ddc10d4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-26-21-36-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-01-26-21-36.tar.gz'; ;; s390x) ESUM='bb7b55ed55b229b614e7f756e10b813aaee3f7547d03290d1608443bec001aa5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-26-21-36-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-01-26-21-36.tar.gz'; ;; amd64|x86_64) ESUM='02d49422d821d3fe6842f11f860030695ec741ec9b112a905e473edacced0ca7'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-26-21-36-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-01-26-21-36.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-01-28 16:20:28 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