Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debian-jre8u-2022-08-30-14-41-beta-nightly
Content Digest
sha256:d1dceb44c135ab37526b4f022dc403fe6924699e674b4d13e71aba837ecb333f
Details
Created

2022-08-31 16:40:22 UTC

Size

103 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-08-30-14-41-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:3332e5c67ba650c61dbca801cf2739a1f5b6faac33f7b0543f97f4ab1165fe69 - 45.66% (46.9 MB)

[#001] sha256:405d312139a256d8d1440c35a88ed23eaf006507a8e1f59ea51bb5c8c9d511e1 - 16.5% (17 MB)

[#002] sha256:c23743d06a87c945ee8ce3709dc50cd5c87d0a2bd5199602183423b9e30948eb - 37.84% (38.9 MB)


History
2022-08-23 01:52:43 UTC

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

2022-08-23 01:52:44 UTC

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

2022-08-31 16:39:59 UTC

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

2022-08-31 16:40:19 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-31 16:40:19 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-30-14-41-beta

2022-08-31 16:40:22 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='7d552738b4effcc61f5c7583a6488e27d42ca5534bb471705bba608ce7fde8a0'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-30-14-41-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-08-30-14-41.tar.gz'; ;; amd64|x86_64) ESUM='285b0a73f1b77a33c4153d5b8466a92c22691d2efaacb7519b6a94f80585538d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-30-14-41-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-08-30-14-41.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-31 16:40:22 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