Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-debian-jdk11u-2021-11-27-19-25-beta-nightly-slim
Content Digest
sha256:5dd3920889fea7b180e2904bc8d826d667d5c80867649c5258ccba0631065c7a
Details
Created

2021-12-01 19:18:56 UTC

Size

191 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2021-11-27-19-25-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:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 - 25.23% (48.1 MB)

[#001] sha256:ebd4d4c4b51535a6b0c5ebbd71d80384b8814239151d8903ece5d28afcde0ea1 - 8.95% (17.1 MB)

[#002] sha256:127b07c869696b9949fe99f1258fbb8a47921df3c3802fdf52251e303a4efc98 - 0.0% (4.97 KB)

[#003] sha256:2c042d5a76aa135a03e18434ce3b8c6d078d8a064c7375a4502b0f97e5f5e6a0 - 65.82% (125 MB)


History
2021-11-17 02:20:51 UTC

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

2021-11-17 02:20:51 UTC

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

2021-12-01 19:18:20 UTC

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

2021-12-01 19:18:36 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/*

2021-12-01 19:18:37 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2021-11-27-19-25-beta

2021-12-01 19:18:37 UTC

/bin/sh -c #(nop) COPY multi:da97b7f42d52b404e495fa140e92a22c92d31d4502eef244047de8e9f26d61c1 in /usr/local/bin/

2021-12-01 19:18:54 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='f4e7945f09241741454e9ef9b87dc026390ad3abe99a5b246b69ed9daf5dd103'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-11-27-19-25-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2021-11-27-19-25.tar.gz'; ;; armhf|armv7l) ESUM='7ef7f20d5157d4e61ab78c8e2f80796de2a456a8e50048e2a905ce2bcd926e82'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-11-27-19-25-beta/OpenJDK11U-jdk_arm_linux_hotspot_2021-11-27-19-25.tar.gz'; ;; ppc64el|ppc64le) ESUM='34c0eb51792607dfe8125b18f073741c378a44c344c15501748ebdc649916cb1'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-11-27-19-25-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2021-11-27-19-25.tar.gz'; ;; s390x) ESUM='27917f799d275db291d4d223af3bed31cffbd73fde42f0adb10d100eb5ce8987'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-11-27-19-25-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2021-11-27-19-25.tar.gz'; ;; amd64|x86_64) ESUM='d813e0e2b157351e020ba6ff69313380f3d3acfd5f6ce2cafdd20bc9132e0ada'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-11-27-19-25-beta/OpenJDK11U-jdk_x64_linux_hotspot_2021-11-27-19-25.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;

2021-12-01 19:18:56 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

2021-12-01 19:18:56 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