Namespace
adoptopenjdk
Image / Tag
openjdk8:ppc64le-ubuntu-jre8u-2022-01-29-07-57-beta-nightly
Content Digest
sha256:126da1eb66201e5ef032bef54a2d350799e391ba0d94e1d34c0ebec4815b4aed
Details
Created

2022-01-30 19:34:45 UTC

Size

87.4 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-01-29-07-57-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 - 36.32% (31.7 MB)

[#001] sha256:35e11b1cf155da198388aa5fded512f8c56cbb45e1918c9e97b72a06498051d6 - 18.77% (16.4 MB)

[#002] sha256:276df22e47c83629398697029aafb4ebd247c6bc56c523112471e2f56b8e0de7 - 44.91% (39.3 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-30 19:32:41 UTC

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

2022-01-30 19:34:15 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-30 19:34:21 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-01-29-07-57-beta

2022-01-30 19:34:40 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='26970ed38d3bc45ba1c2e8da11dbc074b133152c780c58fd06ce52992af85199'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-29-07-57-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-01-29-07-57.tar.gz'; ;; armhf|armv7l) ESUM='b83515cf2dbead7e8c58774d08ba0d3214a3a0f1225014ecf60964464cd3295d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-29-07-57-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-01-29-07-57.tar.gz'; ;; ppc64el|ppc64le) ESUM='c753c46d9a6e9f747c1ea94fe20da3f1c0d96664bc236a7da5d8e16262266f92'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-29-07-57-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-01-29-07-57.tar.gz'; ;; s390x) ESUM='aa6fc173a29e9772eed9c10dc31f1170b635cf6fcf340dafb489330cfe664a84'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-29-07-57-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-01-29-07-57.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='34dc8aac8b194e069764835e01cb604ba47d388d84e91f79c1aa59a7dd2e65f8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-29-07-57-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-01-29-07-57.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-30 19:34:45 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