Namespace
adoptopenjdk
Image / Tag
openjdk8:ppc64le-ubuntu-jdk8u-2021-08-11-19-57-beta-nightly-slim
Content Digest
sha256:f46b4da3071279cafbf96c9b0a523d87d6b013e50d80668d188e4ee685548e6e
Details
Created

2021-08-13 16:07:26 UTC

Size

96.8 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-08-11-19-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:1a396eed835b3b7b4101a9863d174e145ddbb1de1502a63bae726b0f81e7ca93 - 32.81% (31.7 MB)

[#001] sha256:411d2de3e0d552947c0689f3b7493e82b63ec37217fcb8294fabbbedf0806a0a - 16.96% (16.4 MB)

[#002] sha256:1f41dee31a47bde8575733674589e87a446729ec0835a5eb16304fb0e8baf0d6 - 0.01% (4.98 KB)

[#003] sha256:3b7a76ae4be7d09ae9dc4ee03eff5ddc073664814dd008042897479303ff7e82 - 50.22% (48.6 MB)


History
2021-07-26 23:12:46 UTC

/bin/sh -c #(nop) ADD file:68eb628c2202763afa91d554dde9668d8a468fe53fdbd2fe98627a5f91d224b4 in /

2021-07-26 23:12:49 UTC

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

2021-08-13 16:02:54 UTC

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

2021-08-13 16:04:40 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-08-13 16:04:44 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-08-11-19-57-beta

2021-08-13 16:04:47 UTC

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

2021-08-13 16:07:24 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='93c1d78f338fc1e662e7870e555e47ed5040a515b4e59b8372a55832263f5c79'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-11-19-57-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-08-11-19-57.tar.gz'; ;; armhf|armv7l) ESUM='d385c627b48024634d34428c0ceeb3f6782ddcc81b055c7834f16d8db7d9f73e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-11-19-57-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-08-11-19-57.tar.gz'; ;; ppc64el|ppc64le) ESUM='8be335db92fc62ebac6f93b6cc9d2d5383ad5efb13fd4bed867141d22b078efa'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-11-19-57-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-08-11-19-57.tar.gz'; ;; s390x) ESUM='5dda71365ea005b91711e26533fcdc652cbe6431d2155824aefde84180b4c702'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-11-19-57-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-08-11-19-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; ;; *) 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-08-13 16:07:26 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