2021-10-31 18:13:34 UTC
101 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-10-30-07-18-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:9df790508568720a3b71c02b057e4a119d9d2e8ed003ccba18d600e1ea44fa8a - 46.39% (46.7 MB)
[#001] sha256:634085e196c1e43b61d371dfaad4c36708a8cbf03855b86179ecdc70c0ebb5a4 - 17.15% (17.3 MB)
[#002] sha256:2bb1c9a5bea02b9e3f13ab64b7b3ee831bcac3f81120c204c26c9b031c8dc597 - 36.46% (36.7 MB)
/bin/sh -c #(nop) ADD file:91e4bb81a5308737580259a9213b02933901431aa2ea23f3f4f59321a6ccc301 in /
2021-10-12 00:42:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-31 18:13:14 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-10-31 18:13:30 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-31 18:13:30 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-10-30-07-18-beta
2021-10-31 18:13:34 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='3d514a1a1723eea1e3513ee14ff6e6ecd804db1eea1b1c6ef76bfa467d2143d5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-30-07-18-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-10-30-07-18.tar.gz'; ;; armhf|armv7l) ESUM='c0d4272ead250bbf6e1ab25361aac6f066e09fa36b478ce2fc66e9adb0c52cdb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-30-07-18-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-10-30-07-18.tar.gz'; ;; ppc64el|ppc64le) ESUM='c083113562c9d22186f95de9202c9ef939b8aa3a22e2c1583110a57c88793a6d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-30-07-18-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-10-30-07-18.tar.gz'; ;; s390x) ESUM='ccd21416575cb594bbae7704b30dfad978b094def5aec01cc1dfed7d2963c0d2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-30-07-18-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-10-30-07-18.tar.gz'; ;; amd64|x86_64) ESUM='20bc362ea1e09ebd9842cf816305d1470bec6bb3650e9c5466a7049503bc309a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-30-07-18-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-10-30-07-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; rm -rf /tmp/openjdk.tar.gz;
2021-10-31 18:13:34 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.