Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-ubuntu-jdk11u-2022-06-08-05-42-beta-nightly
Content Digest
sha256:512a6f780f01fd1d37aea19148685543e80ccb99eec9476c99ed79b6ea445d5f
Details
Created

2022-06-10 18:40:49 UTC

Size

228 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2022-06-08-05-42-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:d7bfe07ed8476565a440c2113cc64d7c0409dba8ef761fb3ec019d7e6b5952df - 11.95% (27.2 MB)

[#001] sha256:564b76fdcdd0411cb881585eb97d3b5055d2e669f3158aa97e3c45b91e3e9617 - 6.7% (15.3 MB)

[#002] sha256:e3dbc353209ed810ae817b10530034f4847f9c59e89f7fa9deedaa24d1af090f - 81.35% (186 MB)


History
2022-06-06 22:21:11 UTC

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

2022-06-06 22:21:12 UTC

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

2022-06-10 18:40:22 UTC

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

2022-06-10 18:40:39 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-06-10 18:40:40 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-06-08-05-42-beta

2022-06-10 18:40:49 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='d27cede552a6adaa842b0c5dc24baa597ae1b837cdeba79f7b34ccf65f6d7230'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; armhf|armv7l) ESUM='066dda03c1d8e4f49d0268df92d940149ef1913a4fab29e8e2ebfbdf230f2dae'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_arm_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; ppc64el|ppc64le) ESUM='2714a45ac22411df2efc31928b89b76056f37fc79496e73092f70d4860d9bb96'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; s390x) ESUM='c6dd63497b4fa1c384331fe6ca010b2ab1b86e5865897b5f51a1b714616f40e9'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; amd64|x86_64) ESUM='3527c86e06c080dd4ebd592289fe151d7d549589cdb8f448080bee26af2cf3e3'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-06-08-05-42.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-06-10 18:40:49 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

2022-06-10 18:40:49 UTC

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

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