Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-debian-jre11u-2022-08-31-02-09-beta-nightly
Content Digest
sha256:7461a980b8cb439f3ec355fed925de5afad69a43fe4092fd46e06a5b710543c3
Details
Created

2022-08-31 19:06:14 UTC

Size

107 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2022-08-31-02-09-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:76dff75df4d9dbdf29a4459adaec745740bfb476cd915906e33eddd9cd94db93 - 45.03% (48.1 MB)

[#001] sha256:10918f61a090a64bb22a311c710ec5c710ecd7dd9e0f6011f9ae69badad1b474 - 15.99% (17.1 MB)

[#002] sha256:110aa78213ea01f45a3678b25a0054c44b90e56aee6c8f9f815ea4dec4bf15c8 - 38.97% (41.6 MB)


History
2022-08-23 00:21:00 UTC

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

2022-08-23 00:21:00 UTC

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

2022-08-31 19:05:58 UTC

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

2022-08-31 19:06:10 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-08-31 19:06:10 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-08-31-02-09-beta

2022-08-31 19:06:14 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='ff74f732d88f98aea22c0ddc54ffde46f383ac83c8576af5cde60fa969027e38'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jre_aarch64_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; armhf|armv7l) ESUM='ae71fd97e3427a5f2629a82eff7b784da0331e24084df2c3d1ebe7a1711bae21'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jre_arm_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; ppc64el|ppc64le) ESUM='14679f6e57c4f95d1d5cb9e07ef018634983b9c5ef76e20e48cedabc01d3e975'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jre_ppc64le_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; s390x) ESUM='33e9af14b4e31c5205e4eae957c66f65ca40ead7ff63bd1b9465a1c3ecd8f22a'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jre_s390x_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; amd64|x86_64) ESUM='d35c24de29409b6a0bcb615819c262841daab5698692ce2d0cee760cc09d7dfc'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jre_x64_linux_hotspot_2022-08-31-02-09.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-08-31 19:06:14 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