Namespace
adoptopenjdk
Image / Tag
openjdk8:ppc64le-ubuntu-jdk8u-2021-08-31-05-18-beta-nightly-slim
Content Digest
sha256:fe57ae3ab30714b88a76de498220c1d05b5863be539559e1b9e54986ae37aa11
Details
Created

2021-09-01 16:02:44 UTC

Size

96.8 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-08-31-05-18-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:59390c695558464c51dc1fced64934b549770630192a1639ac6a90f59bd63b13 - 32.81% (31.7 MB)

[#001] sha256:301bd29f22a61ed4fe8a88212c9ba2755fe4661acde02b7c1bf82b9cd014f059 - 16.96% (16.4 MB)

[#002] sha256:8ce452965d87267379ada567ee6b917f5268d4e7215886673da55fa76af19819 - 0.01% (4.98 KB)

[#003] sha256:4e1a9468f755f84945f694a483ee3983f6f9ec74ec2ce69cf13a03dae024469d - 50.22% (48.6 MB)


History
2021-08-31 02:10:40 UTC

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

2021-08-31 02:10:45 UTC

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

2021-09-01 15:58:34 UTC

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

2021-09-01 16:00:14 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-09-01 16:00:17 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-08-31-05-18-beta

2021-09-01 16:00:19 UTC

/bin/sh -c #(nop) COPY multi:da97b7f42d52b404e495fa140e92a22c92d31d4502eef244047de8e9f26d61c1 in /usr/local/bin/

2021-09-01 16:02:43 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='93eb0bda55ecd551580c7068ce03c72388a349ce57f90bac7a2d84fb2fb1e4e8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-31-05-18-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-08-31-05-18.tar.gz'; ;; armhf|armv7l) ESUM='f9160a4c03def4a48b93bf4090b4f1a9f74c7645b02208c5d2bfc4b2cda27b37'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-31-05-18-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-08-31-05-18.tar.gz'; ;; ppc64el|ppc64le) ESUM='339e77e57e89c55bb403e7bf23c0ba185c13ce4101e1c628f2b9d2547d1c2428'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-31-05-18-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-08-31-05-18.tar.gz'; ;; s390x) ESUM='f9b42c3da44e6c480be6bb77987fdc7bf047f1e27f5d3121b85610bfcc2f2f04'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-31-05-18-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-08-31-05-18.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='a3962eb97e68a08b3b1a3ebc5822fa5a6bed57e9198bc759f6728f58ad5901ef'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-31-05-18-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-08-31-05-18.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; export PATH="/opt/java/openjdk/bin:$PATH"; apt-get update; apt-get install -y --no-install-recommends binutils; /usr/local/bin/slim-java.sh /opt/java/openjdk; apt-get remove -y binutils; rm -rf /var/lib/apt/lists/*; rm -rf /tmp/openjdk.tar.gz;

2021-09-01 16:02:44 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