Namespace
adoptopenjdk
Image / Tag
openjdk8:ppc64le-ubuntu-jre8u-2022-08-27-03-17-beta-nightly
Content Digest
sha256:fdd14ed0fb635684f575d279faa041f4793b3f2c1fff06bf40e3d87647c3a2fd
Details
Created

2022-08-29 18:22:56 UTC

Size

87.5 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-08-27-03-17-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 - 36.3% (31.8 MB)

[#001] sha256:5ffaf92870e6e90d94d2a32f2423cfc4d8c9f10cd19d9d1758f3809d0b03f00a - 18.76% (16.4 MB)

[#002] sha256:c008c570edb4982ea3b67b0504cc21566724808a1344862d91423e4a266d04d3 - 44.94% (39.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-29 18:21:00 UTC

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

2022-08-29 18:22:37 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-29 18:22:41 UTC

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

2022-08-29 18:22:51 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='0217b681ae35750c3907151a799f966bce76afed343702d9e9c070e52edcdb3b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-08-27-03-17.tar.gz'; ;; ppc64el|ppc64le) ESUM='a76af404d4ec27077c1d3322cef6f35cc25054648fea6a8734ac57fa6b66db70'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-08-27-03-17.tar.gz'; ;; s390x) ESUM='1d92c6c4368715e6b7838bea64a818ad2f946091fe4592c0628a42ef2b867ad4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-08-27-03-17.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='568926b4994577b99c97ce31f8f35171741768ae5f5b3ff20b5f9c88590056b9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-08-27-03-17.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-29 18:22:56 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