Namespace
adoptopenjdk
Image / Tag
openjdk8:armv7l-debian-jdk8u-2021-08-09-19-44-beta-nightly
Content Digest
sha256:4f2898d81698ccc9d7d0b4df9cfbc2af211d3f5459a7cc3dbb668eb41b96dd62
Details
Created

2021-08-11 16:21:37 UTC

Size

154 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-08-09-19-44-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:ff16e408fd8b8191145782047ebc0c76176550d844743a679143d53a164bea21 - 28.37% (43.8 MB)

[#001] sha256:6df474a3fe14f41a5af0b80e30635501ab9240d1ef37671c634891c194b2ccff - 10.54% (16.3 MB)

[#002] sha256:a5401d03620ea6f85dc79fd0455f24a32ed7dc6a868dbfcf6ca0dd51bf0ca4b3 - 61.09% (94.3 MB)


History
2021-07-22 02:03:13 UTC

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

2021-07-22 02:03:14 UTC

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

2021-08-11 16:19:01 UTC

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

2021-08-11 16:20: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/*

2021-08-11 16:20:51 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-08-09-19-44-beta

2021-08-11 16:21:36 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='7aac0de95969775567d14464df817aa59966817aa2b3b7083c4acf48dfed12a9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-09-19-44-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-08-09-19-44.tar.gz'; ;; armhf|armv7l) ESUM='ed70e99e9ac4f8ce4da64ea1f574b3dcae39c89429ad03de0490ac97b5ec8be8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-09-19-44-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-08-09-19-44.tar.gz'; ;; ppc64el|ppc64le) ESUM='fcdd50c9092e4db2f980b127a72d93b3ef7283d14beea7e5592e49e891cf1ad9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-09-19-44-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-08-09-19-44.tar.gz'; ;; s390x) ESUM='ad5c3e8c681c6998bf59755ce0753d0cbc1c44835b05b631550ed25cece1fa26'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-09-19-44-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-08-09-19-44.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;

2021-08-11 16:21:37 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