2021-10-13 16:38:10 UTC
87.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-10-12-04-24-beta
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b9dff9847c4194072c728793574720028129f446ababa16785403b9835c873f3 - 36.33% (31.7 MB)
[#001] sha256:d7e5527e28602a9b2c06dbc713663cd14ff2d06b2252e7a3682d9db03ad18746 - 18.78% (16.4 MB)
[#002] sha256:5176c7db8f4381d3e1b587a2fb6ba7830838b86fe389ddd47886cf8f99f28f7f - 44.88% (39.2 MB)
/bin/sh -c #(nop) ADD file:361bb9cf514e8495ad6852f102582c401c790933bf4c44f858eeb9ac564def16 in /
2021-10-05 11:08:00 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-13 16:36:39 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-10-13 16:38:02 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-10-13 16:38:03 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-10-12-04-24-beta
2021-10-13 16:38:09 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5b4aca89e516981a8ae98a04d083af214c0a7e2056b3a8528db01aa6ea8d0b2a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-10-12-04-24.tar.gz'; ;; armhf|armv7l) ESUM='5a0567878e68710bee1dc2cd833d4af9d3a8e38aaddade86e9889fb7720ea87b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-10-12-04-24.tar.gz'; ;; ppc64el|ppc64le) ESUM='00829e81beecc2a1cfecbe3defe5a5cf7ec5891893b3b6cecdd25e8642419a64'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-10-12-04-24.tar.gz'; ;; s390x) ESUM='93f792cdf72b8f7c5f93bc6a90dd59c598fa53c618476dd16e19086e9601ccb4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-10-12-04-24.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='91172109d320a793f284c0e45346d74f0c19b44c1e7c64142d63551e8834d6d4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-10-12-04-24.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;
2021-10-13 16:38:10 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
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.