Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-debianslim-jdk11u-2022-10-07-03-16-beta-nightly
Content Digest
sha256:41885fd93da5044205b740efd994c9939ff0738fe22de9cb180bce176956ba81
Details
Created

2022-11-07 19:10:55 UTC

Size

225 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2022-10-07-03-16-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:4500a762c54620411ae491a547c66b61d577c1369ecbf5a7e91b4e153181854b - 11.52% (25.9 MB)

[#001] sha256:5f44de73e89cef863b32e1469f6567cee4530bf70b9e27000810304d0218891d - 5.76% (12.9 MB)

[#002] sha256:bf6f2cc7594ca85052e971cf42685412a034c8120f02a3db53f1998c62b9f61b - 82.72% (186 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 19:10:34 UTC

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

2022-11-07 19:10:46 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 19:10:46 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-10-07-03-16-beta

2022-11-07 19:10:53 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='6d301c42100f5873b2a5a11f1a8382466ddb264d17b2c7c558c18caff8792006'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; armhf|armv7l) ESUM='007cfd9fdc645677dbdfc8746c3de2dbff6fc61c67559ea0fae0b4c3c82e1616'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jdk_arm_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; ppc64el|ppc64le) ESUM='3b9d506b679a2b699579c8eba7533cc389d56a80c2498dc0a45e603888111ad4'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; s390x) ESUM='7c4110da7153e57bb899e001508907adc712a566a45c0325b0070f52c4f64435'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; amd64|x86_64) ESUM='89bed70311b089d947f85287644ef96089a3b3d5cfa355598e6bc455a5ee9952'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-10-07-03-16.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 19:10:55 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-11-07 19:10:55 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