Namespace
adoptopenjdk
Image / Tag
openjdk8:x86_64-ubuntu-jdk8u-2022-05-13-12-26-beta-nightly
Content Digest
sha256:065b9d0603f8fdd5cf31a1d096d5c2ed928bb8652ea1171c265b8a5a9f73edcd
Details
Created

2022-05-13 16:13:56 UTC

Size

141 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-05-13-12-26-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:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 - 19.29% (27.2 MB)

[#001] sha256:46fc3fe01a82534ca2846c1f8cb534ab077d5efb6c1a6c1b208e11155d66c9f8 - 10.82% (15.3 MB)

[#002] sha256:e3978d57cd29d4eda596b5538fe9e5d52eaa2bc1470cf7a9e9860a2b83de74c4 - 69.89% (98.7 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-13 16:13:34 UTC

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

2022-05-13 16:13:49 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-13 16:13:50 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-05-13-12-26-beta

2022-05-13 16:13:56 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a101582b5783b0107ee1599fb31ec9cc4c478fa705e53c186b8fa43f1394ea56'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-13-12-26-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-05-13-12-26.tar.gz'; ;; amd64|x86_64) ESUM='c2f3bb2c2811a700994bccd51beeda2536eee2caa0980a92779fd854301bb7de'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-13-12-26-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-05-13-12-26.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-13 16:13:56 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