Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debian-jre8u442-b01-ea-beta-nightly
Content Digest
sha256:aff2700e101918a114332e8ca9633255e6c36ba649e62c774aced9aaa1c07dc2
Details
Created

2024-11-03 17:05:42 UTC

Size

103 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u442-b01-ea-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:6fd6935d93f420effd7ed408f8df1ad31990dc3cf356be01e2e5ed55ee6ee084 - 45.74% (47.2 MB)

[#001] sha256:6b0cb4675711c5eecc9939e07ebe004b85e5c017225fd3dd72632683b436bcb2 - 16.47% (17 MB)

[#002] sha256:f156c718dda6ba3fdd145dd956d3352fdfb9180a5c894f5da8386d5258bbbf4c - 37.8% (39 MB)


History
2024-06-13 00:40:13 UTC

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

2024-06-13 00:40:13 UTC

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

2024-11-03 17:05:40 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2024-11-03 17:05:40 UTC (buildkit.dockerfile.v0)

RUN /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/* # buildkit

2024-11-03 17:05:40 UTC (buildkit.dockerfile.v0)

ENV JAVA_VERSION=jdk8u442-b01-ea-beta

2024-11-03 17:05:42 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='e94dfd12e5c9f49f8ab355b2d16bebea6fef792e85891328738d353dc0eeb7ee'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b01-ea-beta/OpenJDK8U-jre_aarch64_linux_hotspot_8u442b01-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='52f27ffdb17f8ff843162304421aa235fda8bdd5e8c07967bc8bd90abceb51b8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b01-ea-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_8u442b01-ea.tar.gz'; ;; amd64|x86_64) ESUM='6eeb463c7b3ed334a159f53331d5173a9e2f1712d57930d35a21c071c9375285'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b01-ea-beta/OpenJDK8U-jre_x64_linux_hotspot_8u442b01-ea.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; # buildkit

2024-11-03 17:05:42 UTC (buildkit.dockerfile.v0)

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