Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-debianslim-jre11u-2022-09-02-01-30-beta-nightly
Content Digest
sha256:658cfa12388d6cf6e943984604ccc2e172b437f1b1299919e298f418e4011baa
Details
Created

2022-09-06 11:32:19 UTC

Size

80 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2022-09-02-01-30-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:2238450926aa858e592e60bb5d68dd26eeab8a984eee45505ca89d2022e3b450 - 32.34% (25.9 MB)

[#001] sha256:10a89f7e0cbb11794a5038cb935cd71fd9667a330e98b00c499f8ba591ce24b8 - 15.64% (12.5 MB)

[#002] sha256:6acfa390359186ab09a3e3b59b6e92e81c1cf9cd59729bebb12d55398dfbc739 - 52.02% (41.6 MB)


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

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

2022-08-23 00:21:10 UTC

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

2022-09-06 11:32:01 UTC

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

2022-09-06 11:32:15 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-09-06 11:32:16 UTC

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

2022-09-06 11:32:19 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5e9842471f9daf724b5b3a0f03ad99efd58ac92551605181794444f4f0617800'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-02-01-30-beta/OpenJDK11U-jre_aarch64_linux_hotspot_2022-09-02-01-30.tar.gz'; ;; s390x) ESUM='331d96774be90831cdf44d5c3a550085e251c24234cad22197c30e20f49a29b8'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-02-01-30-beta/OpenJDK11U-jre_s390x_linux_hotspot_2022-09-02-01-30.tar.gz'; ;; amd64|x86_64) ESUM='7405157e448ec38f78377dcf11501ee4f90b329f7d3fa61b89d2f0a468793bd6'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-02-01-30-beta/OpenJDK11U-jre_x64_linux_hotspot_2022-09-02-01-30.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-09-06 11:32:19 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