Namespace
adoptopenjdk
Image / Tag
openjdk8:ppc64le-ubuntu-jdk8u-2022-08-20-03-57-beta-nightly
Content Digest
sha256:afc595c63be9079b27d9ee6fae18d26435c9682538c86cdd6477580e6f0a2897
Details
Created

2022-08-21 18:19:28 UTC

Size

145 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-08-20-03-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:bf47d2be67f1a301865e78e8f78cc69c55dcc389921b4ba187dc0d333cbfd63b - 21.97% (31.8 MB)

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

[#002] sha256:8e17901807c2b12a3de34fbce7d51a4814aaf442ca80e05e7892c5416daafac7 - 66.67% (96.3 MB)


History
2022-08-02 01:31:01 UTC

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

2022-08-02 01:31:03 UTC

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

2022-08-21 18:16:55 UTC

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

2022-08-21 18:18:44 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-08-21 18:18:50 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-20-03-57-beta

2022-08-21 18:19:20 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b69befc58b09da5859528bf4646972113c9790460a978a51ac462c6529619015'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-20-03-57-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-08-20-03-57.tar.gz'; ;; armhf|armv7l) ESUM='d82ab16771559fff4431f35ba92993e03e2941c9e531a3fe97aa2732ab90087a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-20-03-57-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-08-20-03-57.tar.gz'; ;; ppc64el|ppc64le) ESUM='b5ce12adce6cdfe4bfa8ac8c0df5f8c568a7956c85e6208a399200333cc1fb38'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-20-03-57-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-08-20-03-57.tar.gz'; ;; s390x) ESUM='58951b963a087298acf101ec7022316f4eff29fca7ab10b6d261bb0a78041b41'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-20-03-57-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-08-20-03-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='33ef553a3ed292245e50ac7f98a90ed40ee13f666169f5d2e913432ddfe57ac9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-20-03-57-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-08-20-03-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-08-21 18:19:28 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