2021-08-23 15:58:26 UTC
78.2 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:e1acddbe380c63f0de4b77d3f287b7c81cd9d89563a230692378126b46ea6546 - 33.13% (25.9 MB)
[#001] sha256:8f58cc2cbb7cb2227aa713e00f0e27fdcc2ce91921acf5ab1fe2377f15eff6e7 - 16.0% (12.5 MB)
[#002] sha256:9ee7b4a9af7ce0a6d32210d8f546543598dc7f3e2599cf51a3570f16df0613ed - 50.88% (39.8 MB)
/bin/sh -c #(nop) ADD file:87b4e60fe3af680c6815448374365a44e9ea461bc8ade2960b4639c25aed3ba9 in /
2021-08-17 01:24:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-23 15:58:12 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-08-23 15:58:22 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-23 15:58:22 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-08-20-19-45-beta
2021-08-23 15:58:25 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-23 15:58:26 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.