2021-10-08 16:43:21 UTC
224 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2021-10-08-12-12-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:07aded7c29c6011dfdf02fc98e087c941d3c2661c4e73d134c6491e25231d16c - 11.58% (25.9 MB)
[#001] sha256:87917dd29d0f51e5aa4d25f2a934c7af7d5b83e600f80244a21fa3fb50fa79aa - 5.78% (12.9 MB)
[#002] sha256:3cc142d17786efc618a6ea55f2b3ad3d7d317b199507d2a76fafd54928b99940 - 82.64% (185 MB)
/bin/sh -c #(nop) ADD file:99db7cfe7952a1c7a7959cc3457af37c1d6facdd43a946bd72313d8b5ede0029 in /
2021-09-28 01:23:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-08 16:42:54 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-10-08 16:43:10 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-10-08 16:43:10 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2021-10-08-12-12-beta
2021-10-08 16:43:19 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='be588e84d1e413ef72112fb8231009ff2665ad42a2700f7c9d061f25930ae359'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-08-12-12-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2021-10-08-12-12.tar.gz'; ;; armhf|armv7l) ESUM='b3c217d5f446ddf75d4364a72539617a0c5b9c955b2973d1f502099ff81b3157'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-08-12-12-beta/OpenJDK11U-jdk_arm_linux_hotspot_2021-10-08-12-12.tar.gz'; ;; ppc64el|ppc64le) ESUM='17f75ee68148f9b2066c9326170fa85279dae6d3c3fcf1032ef9ff1400e225bb'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-08-12-12-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2021-10-08-12-12.tar.gz'; ;; s390x) ESUM='8868302fad7710b76f01cb5030bdbd22483b699194704baed977f00668a90496'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-08-12-12-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2021-10-08-12-12.tar.gz'; ;; amd64|x86_64) ESUM='45d9b61e34365d6a3cec1cb42b223ef4a6cf0c9756df0c9e90ede883cd2df3c6'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-10-08-12-12-beta/OpenJDK11U-jdk_x64_linux_hotspot_2021-10-08-12-12.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-10-08 16:43:20 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
2021-10-08 16:43:21 UTC/bin/sh -c #(nop) CMD ["jshell"]
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.