2023-12-05 16:41:07 UTC
128 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2023-12-03-03-51-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:d0b016a8027330736e9ca5c23b846a6a9c1eb0a32da6459047c95d22e9544cb7 - 17.01% (21.7 MB)
[#001] sha256:f093540731f93d43a04fca92612cd20b15bab076c2b215cdef82af71aef3d05e - 9.18% (11.7 MB)
[#002] sha256:2efc6889f7a592be0375a415fa6d1ef186a27e59f3ae4c271ba3d7759c5a7654 - 73.81% (94.3 MB)
/bin/sh -c #(nop) ADD file:407ef80699946b8a8560ae436dfc9ca6148067b3012c02b4cb4e54d6d0aca674 in /
2023-11-21 03:58:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-12-05 16:40:04 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-12-05 16:40:40 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/*
2023-12-05 16:40:40 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2023-12-03-03-51-beta
2023-12-05 16:41:06 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='3485102dc914d69cb8c990cc203502c6790a4afb1060cd592fc92f5a4df57240'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-03-03-51-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2023-12-03-03-51.tar.gz'; ;; armhf|armv7l) ESUM='1d4f30db6a789e62707bfddc09ef6e31487de0e567dd32ec4cdc3dd97c9e05db'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-03-03-51-beta/OpenJDK8U-jdk_arm_linux_hotspot_2023-12-03-03-51.tar.gz'; ;; ppc64el|ppc64le) ESUM='4cab3e732107bab6d870141819e61ebf31deaa5ef56359717c0f32da902db97a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-03-03-51-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2023-12-03-03-51.tar.gz'; ;; amd64|x86_64) ESUM='f1d234323f00832e0bccbb9cc750bca93058d81f5091235a871eb08a931d1093'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-03-03-51-beta/OpenJDK8U-jdk_x64_linux_hotspot_2023-12-03-03-51.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;
2023-12-05 16:41:07 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.