Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-ubuntu-jdk-11.0.14.1_1-slim
Content Digest
sha256:a01738884e6a4d4c8366e92327a4ccda8c6254030447de3e41b3a99464a660ee
Details
Created

2022-05-04 19:02:42 UTC

Size

163 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-11.0.14.1+1

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:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 16.66% (27.2 MB)

[#001] sha256:af6b6d52121225f4ed57284ff1d5360bb9a705ab208da7886f806a16b32be56f - 9.35% (15.3 MB)

[#002] sha256:99085a462c18b37235a570ed2ee98ab7e18fb47442c2596b9fb6ee8390131793 - 0.0% (4.97 KB)

[#003] sha256:80ae550377b20b8bd70a15be76276436ee655e725903738e81185a2878771ced - 73.98% (121 MB)


History
2022-04-29 23:20:59 UTC

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

2022-04-29 23:20:59 UTC

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

2022-05-04 19:02:07 UTC

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

2022-05-04 19:02:24 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-04 19:02:24 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.14.1+1

2022-05-04 19:02:25 UTC

/bin/sh -c #(nop) COPY multi:da97b7f42d52b404e495fa140e92a22c92d31d4502eef244047de8e9f26d61c1 in /usr/local/bin/

2022-05-04 19:02:42 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='79572f5172c6a040591d34632f98a20ed148702bbce2f57649e8ac01c0d2e3db'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.14.1_1.tar.gz'; ;; armhf|armv7l) ESUM='f4d53a1753cdde830d7872c6a1279df441f3f9aeb5d5037a568b3a392ebce9c2'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_arm_linux_hotspot_11.0.14.1_1.tar.gz'; ;; ppc64el|ppc64le) ESUM='9750e11721282a9afd18a07743f19c699b2b71ce20d02f3f0a906088b9ae6d9a'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.14.1_1.tar.gz'; ;; s390x) ESUM='79a27a4dc23dff38a5c21e5ba9b7efcf0aa5e14ace1a3b19bec53e255c487521'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.14.1_1.tar.gz'; ;; amd64|x86_64) ESUM='43fb84f8063ad9bf6b6d694a67b8f64c8827552b920ec5ce794dfe5602edffe7'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.14.1_1.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; export PATH="/opt/java/openjdk/bin:$PATH"; apt-get update; apt-get install -y --no-install-recommends binutils; /usr/local/bin/slim-java.sh /opt/java/openjdk; apt-get remove -y binutils; rm -rf /var/lib/apt/lists/*; rm -rf /tmp/openjdk.tar.gz;

2022-05-04 19:02:42 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-05-04 19:02:42 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