2021-11-21 18:11:15 UTC
100 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-11-20-05-22-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:c12eae84d2674466d924a139a276e361afa9f63de21cf77eae19bd94eaac2629 - 46.63% (46.7 MB)
[#001] sha256:15e5f87585900a1d1f176a1470adceb163cbc7fbe4c66a1475b19b323b2b3932 - 16.74% (16.8 MB)
[#002] sha256:10f141ac8c56a03e214f3ddc06d0b2f64b85390f769f31990630bd926d148a72 - 36.63% (36.7 MB)
/bin/sh -c #(nop) ADD file:dc4ee96f81059accdc88a686f80f1714bc9d2f383af71c0d130c08560cea115e in /
2021-11-17 02:42:42 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-21 18:10:59 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-21 18:11:11 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-21 18:11:11 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-20-05-22-beta
2021-11-21 18:11:15 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a7fc05c9e0c10943c69ad7680b088a3f1b51329c3a1dd36a440016d93694674e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-20-05-22-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-11-20-05-22.tar.gz'; ;; armhf|armv7l) ESUM='66c2a147fc467c443d2b2b5bfdfb70650e1455410e67bef954ff12080a1a2142'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-20-05-22-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-11-20-05-22.tar.gz'; ;; ppc64el|ppc64le) ESUM='70eb55c30ecb6b3b34c0b3225b6384494740d0650adf0f1a3674ec1821e4ddfd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-20-05-22-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-11-20-05-22.tar.gz'; ;; s390x) ESUM='f34ccfb1dfa02a59e44a1e99854ee35d5cae03fa6a4c5a236a4bc6fb929b89e5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-20-05-22-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-11-20-05-22.tar.gz'; ;; amd64|x86_64) ESUM='d034069dc383b6c104039368b98fee4a92fdd4dd91fec84600f08b22c9b9e87f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-20-05-22-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-11-20-05-22.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-21 18:11:15 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.