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

2022-05-13 16:04:40 UTC

Size

139 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:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 - 18.65% (25.9 MB)

[#001] sha256:52458bd446d6981095d756ad325d5f00d5946cfb97d778a8ddd06ac15386ba4e - 10.91% (15.2 MB)

[#002] sha256:e33dd2681d86b94673e8a1208cb6235c676a6c131cd815481d561af304f2749a - 70.43% (97.9 MB)


History
2022-04-29 22:49:34 UTC

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

2022-04-29 22:49:35 UTC

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

2022-05-13 16:04:13 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:04:34 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:04:34 UTC

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

2022-05-13 16:04:40 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:04:40 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