Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-debianslim-jdk11u-2022-06-29-11-54-beta-nightly
Content Digest
sha256:810449854da7c146061bf5ee170da155a0888eac8c4ecf39998f7488d127097c
Details
Created

2022-06-30 18:17:12 UTC

Size

224 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2022-06-29-11-54-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:824b15f81d6568adc139263c39805e52d9880758b907f40144bbb1938ca59323 - 11.56% (25.9 MB)

[#001] sha256:029354dac475de51cca93314d3a939bfeaaf0aa711598ec5364233de7895f7be - 5.59% (12.5 MB)

[#002] sha256:2cc034e5f8a1b2bb458f06e1d35e72ff6bb1e85e5b0e16aeabe0bde1d1247d92 - 82.86% (186 MB)


History
2022-06-23 00:20:46 UTC

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

2022-06-23 00:20:46 UTC

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

2022-06-30 18:16:55 UTC

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

2022-06-30 18:17:05 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-30 18:17:05 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-06-29-11-54-beta

2022-06-30 18:17:12 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='beb8b78fff549db5e4107c37a178455d0f6616b75828b9d024b737d3a5ac93c7'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-29-11-54-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-06-29-11-54.tar.gz'; ;; ppc64el|ppc64le) ESUM='849b13d4c579292425d0f45362301d2d747968fed1cedf93929974039a7a3184'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-29-11-54-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-06-29-11-54.tar.gz'; ;; s390x) ESUM='c55f633140d123ed1ca4728939ee053b5268bd63dcc9c934daf1a8055ea80904'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-29-11-54-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-06-29-11-54.tar.gz'; ;; amd64|x86_64) ESUM='f61eacd9ff091b5928d926e7ed99322ed275f6ab56442a482ce14616a344bc1a'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-29-11-54-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-06-29-11-54.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-30 18:17:12 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-30 18:17:12 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