2021-12-19 18:23:17 UTC
100 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-12-18-03-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:880071943e5204965576e16f73b7be79cd355b6dfa2808413019623a4fc50be8 - 46.61% (46.7 MB)
[#001] sha256:57ef8dfd6fa6d85be6c6f564d6b10a614c2304b4e1b16c7e43ea0abc3c604339 - 16.74% (16.8 MB)
[#002] sha256:d3b4b2dc24db7fb93d809c32da82703b35fa2b3ec9be8d820bf44d4b6818c554 - 36.65% (36.7 MB)
/bin/sh -c #(nop) ADD file:4db1e9d86bcce91ecfc6e5ee0301fde6185775dad4c6b2e0a20737e935afee45 in /
2021-12-02 07:19:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-12-19 18:22:58 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-12-19 18:23:13 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-12-19 18:23:13 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-12-18-03-22-beta
2021-12-19 18:23:17 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='687207af92af88c55c98b390da84a82cc4c070305a2ee78797227996e1253ccf'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-18-03-22-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-12-18-03-22.tar.gz'; ;; armhf|armv7l) ESUM='017b1f9fcbd917f9b64cc0b0446568d53ccd17abd7afa2fe619c916e81c6d90b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-18-03-22-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-12-18-03-22.tar.gz'; ;; ppc64el|ppc64le) ESUM='03b4fef1223e0dfd9f33e6bf2ff14d42faa1642f36db1f5c416a396bd28eb82e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-18-03-22-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-12-18-03-22.tar.gz'; ;; s390x) ESUM='20e7fb80f69a2f4f46b0f421f9b9166f19ebcd3cb6f2c1257aebf3f554757b84'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-18-03-22-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-12-18-03-22.tar.gz'; ;; amd64|x86_64) ESUM='799ce691b097f37871da279a121c18a6fcb2983c6724d7789ec60caddf1c5eee'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-18-03-22-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-12-18-03-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-12-19 18:23:17 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.