Namespace
adoptopenjdk
Image / Tag
openjdk8:x86_64-debianslim-jdk8u352-b05-ea-nightly
Content Digest
sha256:eb942b993c3e591fa6f8f1b9585c7148d6ae70de29d38e289011f06e5abf3d2f
Details
Created

2022-11-07 16:22:11 UTC

Size

138 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u352-b05-ea

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:4500a762c54620411ae491a547c66b61d577c1369ecbf5a7e91b4e153181854b - 18.82% (25.9 MB)

[#001] sha256:483c4a9dbbc9ead94bf80d1c996c708cc5b6f7f451e36252dcb322831cb53ca9 - 9.41% (12.9 MB)

[#002] sha256:ecd08f7e90158c9fc8a462d559ca8be3785815b5d7ccc724d05dc7518109bd08 - 71.78% (98.7 MB)


History
2022-10-25 01:44:12 UTC

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

2022-10-25 01:44:12 UTC

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

2022-11-07 16:21:54 UTC

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

2022-11-07 16:22:06 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-11-07 16:22:06 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u352-b05-ea

2022-11-07 16:22:10 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='9f290adba370bc59472caf702fecd79e3e2f339cf4bce31a4329be808c1e56d6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u352-b05-ea/OpenJDK8U-jdk_aarch64_linux_hotspot_8u352b05_ea.tar.gz'; ;; armhf|armv7l) ESUM='5e4df473601a3cb07350f3f1617dcee521bab0ed50705221ffb706d842e50129'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u352-b05-ea/OpenJDK8U-jdk_arm_linux_hotspot_8u352b05_ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='063b478acb56676ef9cfe8f3af2a57039843d577d52b6416b5088d9752432fd3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u352-b05-ea/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u352b05_ea.tar.gz'; ;; amd64|x86_64) ESUM='2bf66c3e1c010b7df3ecfde53f4d280fb6352d0617393e4711756f3326d9a1de'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u352-b05-ea/OpenJDK8U-jdk_x64_linux_hotspot_8u352b05_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;

2022-11-07 16:22:11 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