Namespace
adoptopenjdk
Image / Tag
openjdk8:ppc64le-ubuntu-jdk8u-2022-01-24-21-38-beta-nightly
Content Digest
sha256:2182b4999a7e2d06f8358fdc7f9565bfe708eb9d98919a448f89655b1af8b8ad
Details
Created

2022-01-26 17:06:36 UTC

Size

145 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-01-24-21-38-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:e6e6dea5a8cc4bdc9e5e51e2bfa948159b69d5fbc2dca99bc41776fb04dab967 - 21.95% (31.7 MB)

[#001] sha256:d901cd8b52e9cc1d19838a785b882cbc6edf6b179b18ee093c755ffe1ebb018c - 11.35% (16.4 MB)

[#002] sha256:16b6fb9ecf23ccb8e964b3fb53a0b7befb0e381ac82c80082cae82e099a93411 - 66.7% (96.5 MB)


History
2022-01-07 02:20:15 UTC

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

2022-01-07 02:20:19 UTC

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

2022-01-26 17:04:59 UTC

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

2022-01-26 17:06:08 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-01-26 17:06:13 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-01-24-21-38-beta

2022-01-26 17:06:31 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='e9f0199a96c8241e0554c9f216d13c6974db871ac701ddb9b4d28a6cab36e81a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-24-21-38-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-01-24-21-38.tar.gz'; ;; armhf|armv7l) ESUM='ba2b2d7f8d685cbd99271d589c87236ffb9289f8df63a7105e5d64c006511148'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-24-21-38-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-01-24-21-38.tar.gz'; ;; ppc64el|ppc64le) ESUM='1a5922411ff28c43a56e30c80289c40ff4b5ee3f69b226546f1a3630d7d18ba0'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-24-21-38-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-01-24-21-38.tar.gz'; ;; s390x) ESUM='8b3d8ad689982044579fc7707e805728b0ee281bb7bb3816916ae13a6e212cbf'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-24-21-38-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-01-24-21-38.tar.gz'; LIBFFI_SUM='05e456a2e8ad9f20db846ccb96c483235c3243e27025c3e8e8e358411fd48be9'; LIBFFI_URL='http://launchpadlibrarian.net/354371408/libffi6_3.2.1-8_s390x.deb'; curl -LfsSo /tmp/libffi6.deb ${LIBFFI_URL}; echo "${LIBFFI_SUM} /tmp/libffi6.deb" | sha256sum -c -; apt-get install -y --no-install-recommends /tmp/libffi6.deb; rm -rf /tmp/libffi6.deb; ;; amd64|x86_64) ESUM='900c5b168da33e8e7e06ee21636feda8cb0549fa8ca8bb01a748087370656508'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-24-21-38-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-01-24-21-38.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-01-26 17:06:36 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