2021-09-15 17:04:08 UTC
100 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-09-13-20-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:98373502f525a0ec193f60462454ed062dd42ded2a98cb5fab011b55ec824c77 - 46.64% (46.7 MB)
[#001] sha256:976a4c5a7acfbe8c54c270c6f921b94ded002f69e8f6b2e98bf6ca3fc78e178d - 16.74% (16.8 MB)
[#002] sha256:91caed624b3a7cac64cf04cd06e7678855fc634d47ad0804d6e8952789fe786b - 36.62% (36.7 MB)
/bin/sh -c #(nop) ADD file:282d4f0b6aa732d36151d4d99869e435e6fa273ff73904ae6da0df618b7c2a3e in /
2021-09-03 00:44:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-15 17:03:53 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-09-15 17:04:04 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-09-15 17:04:05 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-13-20-01-beta
2021-09-15 17:04:08 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='34d1b0ae3e9aa1f4eb1ad82d1a87282bff84492a3bf3892453958f746a724cdb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-13-20-01-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-09-13-20-01.tar.gz'; ;; armhf|armv7l) ESUM='4fcf5b1e103e13d81c1e552385fbc256427b9699c15c0c9a5a2ec1e4109dc7c3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-13-20-01-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-09-13-20-01.tar.gz'; ;; ppc64el|ppc64le) ESUM='2c7092a65bf8a514021d1171c3883eeb73e64c76ffc7de732ba0bd9fc7fd5a1a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-13-20-01-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-09-13-20-01.tar.gz'; ;; s390x) ESUM='363baa1d16badbf34981423ebae38b5f7acdc85cc42ed544bc13d99b4e3c97ff'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-13-20-01-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-09-13-20-01.tar.gz'; ;; amd64|x86_64) ESUM='4a92d9065b4ef4ea4157df2ae9a761161e0b44920bbd6f455eac5ebe55251969'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-13-20-01-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-09-13-20-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-09-15 17:04:08 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.