Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debian-jdk8u432-b04-ea-beta-nightly-slim
Content Digest
sha256:96a71d0c21c6357802fb4149e3f7184e7205cc4234548cd07d4cd50f33b271f6
Details
Created

2024-09-22 15:11:44 UTC

Size

118 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u432-b04-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 - 39.89% (47.2 MB)

[#001] sha256:1315c3c5058a27eb483ff64401ed51185a32a0cdf71c5b89302f2fcfa5e08e81 - 14.36% (17 MB)

[#002] sha256:442dbc626f935cb1dd866c76570042258a1ee2163ab7b014ba344ed2777ff533 - 0.0% (4.97 KB)

[#003] sha256:cbc177c35995fe5f13f01f0b2f8dfd19f107ff73e67a5bf24566d342177a762a - 45.74% (54.1 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-09-22 15:09:48 UTC (buildkit.dockerfile.v0)

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

2024-09-22 15:09:48 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-09-22 15:09:48 UTC (buildkit.dockerfile.v0)

ENV JAVA_VERSION=jdk8u432-b04-ea-beta

2024-09-22 15:09:48 UTC (buildkit.dockerfile.v0)

COPY slim-java* /usr/local/bin/ # buildkit

2024-09-22 15:11:44 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='7682fab2729f5a78408e97f9c49af4daf8cc9484b740840db517791945708ef4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b04-ea-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_8u432b04-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='f94ced056a2907a7d50b668b497611006113aee2d93ceabbc261a7e5a64612dc'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b04-ea-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u432b04-ea.tar.gz'; ;; amd64|x86_64) ESUM='134cb962e58e7df955cc748dbf2c3eca7fc560888fcee25e159d1e210327f7ef'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b04-ea-beta/OpenJDK8U-jdk_x64_linux_hotspot_8u432b04-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; export PATH="/opt/java/openjdk/bin:$PATH"; apt-get update; apt-get install -y --no-install-recommends binutils; /usr/local/bin/slim-java.sh /opt/java/openjdk; apt-get remove -y binutils; rm -rf /var/lib/apt/lists/*; rm -rf /tmp/openjdk.tar.gz; # buildkit

2024-09-22 15:11:44 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