Namespace
adoptopenjdk
Image / Tag
openjdk8:aarch64-debian-jdk8u-2021-11-17-22-03-beta-nightly
Content Digest
sha256:95e87a41ea7fd6563523936b017c564641b163602b71150eb07d006b3044beb0
Details
Created

2021-11-19 16:20:51 UTC

Size

162 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-11-17-22-03-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:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a - 29.01% (46.9 MB)

[#001] sha256:53448c63f773490923541675991c28d78378397c7fe4657566ab43e2027a7d06 - 10.46% (16.9 MB)

[#002] sha256:e59b535f8c84a1e03ef0c4872e3c70e54d5512d9c410200263d51f89d0d3b7ac - 60.53% (97.9 MB)


History
2021-11-17 02:40:27 UTC

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

2021-11-17 02:40:28 UTC

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

2021-11-19 16:20:28 UTC

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

2021-11-19 16:20:42 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-11-19 16:20:42 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-17-22-03-beta

2021-11-19 16:20:50 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='014a8d84d9282bfa30c93937b3c3b5b2e5512f0833c9e18750f59ed4d33e5e37'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; armhf|armv7l) ESUM='acf0391fec6731c5ac445fa79d725dbb88cca4c7e90b84fd63f310dc8b36335d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; ppc64el|ppc64le) ESUM='2b9fa1f73d826465ea702a38758e62c6b820f63a09c3b6bd4891752acd79c3ad'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; s390x) ESUM='b0348c109928048edfa6cb7a1eeaa6553cf72a0e7992c3498c0f36a641420ee5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; amd64|x86_64) ESUM='2f424cdeeed809d009786323e70d5eacf5f131272d7578fef5a26e7dea224ab5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-11-17-22-03.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-11-19 16:20:51 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