Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-debianslim-jre11u-2022-05-13-13-25-beta-nightly
Content Digest
sha256:ee700df0774b7bc82a71a3a689c8f834ffce8353d59225fce2fc1a4e8d83e794
Details
Created

2022-05-17 19:20:45 UTC

Size

79.9 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2022-05-13-13-25-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:c32ce6654453d35d0b3dde45d195adeee586ffba0a683006ee06748c077c01fa - 32.38% (25.9 MB)

[#001] sha256:ea978c6662eddda4c57447173cf155c750a5f63f728bbd35c0525b74c086cf70 - 15.65% (12.5 MB)

[#002] sha256:bc87c397b171d9ffee93eaca4c7c55172ccf671353302c86792c744079959105 - 51.96% (41.5 MB)


History
2022-05-11 01:20:37 UTC

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

2022-05-11 01:20:37 UTC

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

2022-05-17 19:20:25 UTC

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

2022-05-17 19:20:41 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-05-17 19:20:41 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-05-13-13-25-beta

2022-05-17 19:20:45 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in amd64|x86_64) ESUM='a818d495c103c6cc98e505ab9ee44a13efa098717223c85aebfd930fc0de8baa'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-05-13-13-25-beta/OpenJDK11U-jre_x64_linux_hotspot_2022-05-13-13-25.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-05-17 19:20:45 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