2022-09-02 17:45:06 UTC
87.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-09-01-13-47-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:891f6400ce611ee5975f04ad6d2c68305c76a8628b846df1b1f9ac7c45b1311c - 36.32% (31.8 MB)
[#001] sha256:6e15cfca4c719450591dcb06141812ac51976875efd5e518cdcac894a45f53fb - 18.75% (16.4 MB)
[#002] sha256:d3461a6b19ad0497a29085f3e3cf3441efca9fc0ed53bb5cdd12ce46e38706df - 44.94% (39.3 MB)
/bin/sh -c #(nop) ADD file:eb82827919ea73f9595d7b0b70fe9aa5ff23e16ea6a87f7f9ef4e1905857b789 in /
2022-09-01 23:49:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-02 17:43:27 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-09-02 17:44:58 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-09-02 17:44:59 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-09-01-13-47-beta
2022-09-02 17:45:06 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5894edc30afec70bae02c9b0c1eac61bcf7fbe3d668abd78f34b6737f258b84f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-01-13-47-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-09-01-13-47.tar.gz'; ;; ppc64el|ppc64le) ESUM='72abf9383b1bfeb21a295cc569972fd577fc960c77546c204d764be560ceccbb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-01-13-47-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-09-01-13-47.tar.gz'; ;; amd64|x86_64) ESUM='de029f53c79322002a6bb28870b9132a2916eba5c3133c131a9142aa91ba5faa'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-01-13-47-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-09-01-13-47.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-09-02 17:45:06 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.