2022-09-29 18:50:37 UTC
80 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-09-27-19-50-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:4b7b4a8876e2f677668e51b8473f97a237d3d4df201b9df4031bcaa8068370b1 - 32.34% (25.9 MB)
[#001] sha256:1ae921cb415889ea28cbc23d7805409bac692c0e009f5db242a145e2e3a8c1b9 - 15.64% (12.5 MB)
[#002] sha256:9a667658c095bb46eab9c0f9592b5501b0b7572a24f4b059012fc0c346174431 - 52.03% (41.6 MB)
/bin/sh -c #(nop) ADD file:782d864aa72c2d5fb599311ebae56db4067d2e91ff532c1aaf1a291c3dbce5bb in /
2022-09-13 00:56:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-29 18:50:18 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-09-29 18:50:33 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-29 18:50:33 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-09-27-19-50-beta
2022-09-29 18:50:37 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='d79c29bf45f5e518b5cf1fafcf9add505e1a2d20c2e05f09bc602c4c02e41f85'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-27-19-50-beta/OpenJDK11U-jre_aarch64_linux_hotspot_2022-09-27-19-50.tar.gz'; ;; armhf|armv7l) ESUM='52084edd4fe4937d2aa885baa39843ea5c905bd9a9bd7426fc7d8acd6ce6e365'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-27-19-50-beta/OpenJDK11U-jre_arm_linux_hotspot_2022-09-27-19-50.tar.gz'; ;; ppc64el|ppc64le) ESUM='ee178ad54768d7984cdfa28f92e556d5d78abb318d9c914dd1fe59455dc15dfa'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-27-19-50-beta/OpenJDK11U-jre_ppc64le_linux_hotspot_2022-09-27-19-50.tar.gz'; ;; s390x) ESUM='2d71190f24bfbaf013b32f93f92eca2bf3f64adb0a2b680586c194f5825fe6b0'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-27-19-50-beta/OpenJDK11U-jre_s390x_linux_hotspot_2022-09-27-19-50.tar.gz'; ;; amd64|x86_64) ESUM='a538c2359e0f955c6076ead8b4d5676c5847577203162a48e875374a722d06b4'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-27-19-50-beta/OpenJDK11U-jre_x64_linux_hotspot_2022-09-27-19-50.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-29 18:50:37 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.