Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-debian-jdk11u-2021-09-01-15-58-beta-nightly
Content Digest
sha256:5dfcbb1606c2d34f49dc21e6038ebee417bb980da960226b857f67e64ec66f83
Details
Created

2021-09-01 17:54:03 UTC

Size

250 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2021-09-01-15-58-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:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b - 19.24% (48.1 MB)

[#001] sha256:36f9df084b2c43593ceccdfc1fa7a4f809f0f1d1eaa18dedd3fd949cb11c78ad - 6.82% (17.1 MB)

[#002] sha256:a92cc71f75a7fc7ab222fad0a1d752d9b7a9803ecae291a6e2a15050cebee3a8 - 73.94% (185 MB)


History
2021-08-17 01:23:52 UTC

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

2021-08-17 01:23:53 UTC

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

2021-09-01 17:53:42 UTC

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

2021-09-01 17:53:52 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-09-01 17:53:52 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2021-09-01-15-58-beta

2021-09-01 17:54:01 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='9655869f59d64aaf9eb0d406c3e80d61575a818776db8313a09328f1358cf9bf'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-01-15-58-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2021-09-01-15-58.tar.gz'; ;; armhf|armv7l) ESUM='597e3ba8d1e3c6032490fa3725d27dc17373543639949c0e16a6ae733e30de99'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-01-15-58-beta/OpenJDK11U-jdk_arm_linux_hotspot_2021-09-01-15-58.tar.gz'; ;; ppc64el|ppc64le) ESUM='75f0509dc91c5b93438c701f649b61b1f975e756a92aaeecf05989094a04b2bb'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-01-15-58-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2021-09-01-15-58.tar.gz'; ;; s390x) ESUM='18637a5ef40166234fd34165c0b0579808c51f0deb4d11f901a46358f556f59b'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-01-15-58-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2021-09-01-15-58.tar.gz'; ;; amd64|x86_64) ESUM='03f776563103685268dee844e720c382988cc39209afa06f07cde0333ddc28a7'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-01-15-58-beta/OpenJDK11U-jdk_x64_linux_hotspot_2021-09-01-15-58.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;

2021-09-01 17:54:02 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-09-01 17:54:03 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