2021-11-14 18:03:45 UTC
74 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:78a640c6bb4733e5156ce97c5ec773cf97b357c3a07244348384da5060788a61 - 33.21% (24.6 MB)
[#001] sha256:fb2599f9313680602e74b70c00bfdc2bd876804efddf1f71fee29c84ac1b80a0 - 17.11% (12.7 MB)
[#002] sha256:6ea1a21180e118d48db47db2fcb048877f7fa42d95b8be1ddbcd05d21f61847e - 49.68% (36.7 MB)
/bin/sh -c #(nop) ADD file:39da9acd4d06d69f3ca8d25ef5c097ae741972d6b15a6a057bc7487380157b61 in /
2021-10-12 00:42:57 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-14 18:03:28 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-14 18:03:42 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-14 18:03:42 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-12-22-01-beta
2021-11-14 18:03:45 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-14 18:03:45 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.