2022-01-10 16:32:43 UTC
105 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-01-08-05-31-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:9b99af5931b39ce167150ad668cfa57ddf7664697be9996cb7e0e6aebbf05843 - 45.82% (48.1 MB)
[#001] sha256:35f7e4ac8046ded1d2cf9774e0fc333ff5d7947feefa240739e7d1f0f9f369c1 - 16.25% (17.1 MB)
[#002] sha256:a98eadbff3565f60cf3e4c525adcf1b99594d5bf78df434e2d9c5dfa09100bb7 - 37.93% (39.8 MB)
/bin/sh -c #(nop) ADD file:be998d04a8927e9c4b105995e3b9d6800ea798807389f7c5921c0f4774328e21 in /
2021-12-21 01:22:53 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-01-10 16:32:24 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-01-10 16:32:39 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/*
2022-01-10 16:32:39 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-01-08-05-31-beta
2022-01-10 16:32:43 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='76d2125e853660521046f4a943c94de175da076600b8e69c75d7d99f8cc63648'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-08-05-31-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-01-08-05-31.tar.gz'; ;; armhf|armv7l) ESUM='bc1d64dea28629bad0b328d65d98bef610d3b4c7fbf70faf2ea7743433400961'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-08-05-31-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-01-08-05-31.tar.gz'; ;; ppc64el|ppc64le) ESUM='7d02d1ce5ab7865c81baaceb7950feaa0a4b16981389857648465c3efdefc180'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-08-05-31-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-01-08-05-31.tar.gz'; ;; s390x) ESUM='44d7dd7a5ac059b58d4750353ef625c7986c9d262511feddc26bdf16eec90b1d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-08-05-31-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-01-08-05-31.tar.gz'; ;; amd64|x86_64) ESUM='cd868438f4c76b72a02432944d6bf5cb5d5e4d0745fdc8656cb69ff4ab90e7d7'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-08-05-31-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-01-08-05-31.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;
2022-01-10 16:32:43 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.