2021-08-22 17:01:35 UTC
73.5 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-08-20-19-45-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:ed4fb22ab70391b36e4b9f97e34387c33652dc2b91b5f0c7ef4ada070bfd32c3 - 33.44% (24.6 MB)
[#001] sha256:1f2ad594de51968804de2ce1967eb93a18d56fe129fd9e3c3c2ef7ee0e25c68a - 16.63% (12.2 MB)
[#002] sha256:77b34f863c6f087f87b077cd77f587acec3d2bd4adeee19050abec2b616688db - 49.93% (36.7 MB)
/bin/sh -c #(nop) ADD file:f99acf07eb8c42cc90080a195bbcdb18850a1d7a333b385d5d8ebe31c9e9f783 in /
2021-08-17 01:49:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-22 17:01:20 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-08-22 17:01:31 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-08-22 17:01:32 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-08-20-19-45-beta
2021-08-22 17:01:35 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='8458e65e206f7e8aa1ca680c3169d2fbc215a242ab4e684083fe3ade38dc0351'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-20-19-45-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-08-20-19-45.tar.gz'; ;; armhf|armv7l) ESUM='0fadcffc14ba7fe7f001daacb24a11a362e6ef52a7c257005e9644dcd64520bb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-20-19-45-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-08-20-19-45.tar.gz'; ;; ppc64el|ppc64le) ESUM='c3e3e83fc50743d333cb39c791e0ccf6bc8bda489ba895ccd1ef3f9516fa9516'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-20-19-45-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-08-20-19-45.tar.gz'; ;; s390x) ESUM='905bb40196f068635ed1b1ef8a9c36ccea12523129a93195e22b525bfb0c85dd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-20-19-45-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-08-20-19-45.tar.gz'; ;; amd64|x86_64) ESUM='da4bb3443cb59034614292014f3fa2972d68f4e019919d818b502740db8a6793'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-20-19-45-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-08-20-19-45.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-08-22 17:01:35 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.