Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-ubuntu-jdk11u-2022-08-31-02-09-beta-nightly
Content Digest
sha256:d7f7e79881cf0338450fe7b0a54beca0e2b6544ebff2f32d49abc930e4863572
Details
Created

2022-09-01 18:41:24 UTC

Size

228 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk11u-2022-08-31-02-09-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:3b65ec22a9e96affe680712973e88355927506aa3f792ff03330f3a3eb601a98 - 11.93% (27.2 MB)

[#001] sha256:cd537ad081baa07ad5d4b263011445b49ab6f126523fda50e0bdc35e274bbd57 - 6.69% (15.3 MB)

[#002] sha256:1629e82b425903ce33865651763bee32ee1a7f246e92eb8028310ae99c270e54 - 81.38% (186 MB)


History
2022-08-02 01:30:49 UTC

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

2022-08-02 01:30:49 UTC

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

2022-09-01 18:40:53 UTC

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

2022-09-01 18:41:12 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-01 18:41:12 UTC

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

2022-09-01 18:41:23 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5e1fa5736f0df605ab2a9b88f1ae62005b31b7b47cb89f4437b51ccc56d774d0'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; armhf|armv7l) ESUM='dd217980035bf6db2ec6a1361b99facab6141409149a8570076997e721e894a5'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jdk_arm_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; ppc64el|ppc64le) ESUM='ee04aa475edaccb6ae7fa91c6c2719e50feb16fd4995d646ddc6ef15c8fc4512'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; s390x) ESUM='8dac38ef95b42122c4b54f127565c6fc82f0652d8c77c076d819422dfa7a034e'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-08-31-02-09.tar.gz'; ;; amd64|x86_64) ESUM='343f24d425d30c46993d171d7e6156e4d1189d97062944b3d714aa2cbd1ac843'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-31-02-09-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-08-31-02-09.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-01 18:41:24 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-09-01 18:41:24 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