2021-11-15 17:39:07 UTC
103 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-11-12-22-01-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:2ff6d7a9e7d73e4a01b9417518d18c001728c45fa8109ed8f55aaa50e7981482 - 45.47% (46.9 MB)
[#001] sha256:cdfcfd1fdf1309aff0e33d8c60a015ff61b1a268b2bc21cee08c3f6e629352ee - 16.89% (17.4 MB)
[#002] sha256:484638c2549dc9832012e41e55d299daac9be214cd5244fba163e5ad2e56b174 - 37.64% (38.9 MB)
/bin/sh -c #(nop) ADD file:aed1709ccba6a81b9726b228fad7b81bcf4c16bafe723981ad37076322d78986 in /
2021-10-12 01:41:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-15 17:38:21 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-15 17:39:00 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-11-15 17:39:00 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-12-22-01-beta
2021-11-15 17:39:07 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='17756dc561b993a5a56d972e75ab61fbca02279097ac63606979464565f54495'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-12-22-01-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-11-12-22-01.tar.gz'; ;; armhf|armv7l) ESUM='06513a121e5274d323fa5a56661117d924a7ff3fe66c28bd59a662fd6975aa52'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-12-22-01-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-11-12-22-01.tar.gz'; ;; ppc64el|ppc64le) ESUM='06d18935ebc17d9e12603b8fc0113de56d2dc3d7f8b21215b2b1f6c4b17e87dd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-12-22-01-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-11-12-22-01.tar.gz'; ;; s390x) ESUM='8548951e3087737696ad148a0a121fe8f1ae7ebb94d6d4ca0f1912842c7c5683'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-12-22-01-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-11-12-22-01.tar.gz'; ;; amd64|x86_64) ESUM='cec8c56f6856d49928b1f6d506b8ab15760e1579f78473bac63bb9b1e04e7409'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-12-22-01-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-11-12-22-01.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-11-15 17:39:07 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.