2022-06-10 18:17:27 UTC
251 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-06-08-05-42-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:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b - 19.19% (48.1 MB)
[#001] sha256:82dc80444065dd87c1b2246c64951754be38723fe9bb22ffa624706f146fad50 - 6.81% (17.1 MB)
[#002] sha256:30da810e93f9030dffdb7f5a13cffe708bbdb813f527f37bf29a9a9c2d3d8e6c - 74.0% (186 MB)
/bin/sh -c #(nop) ADD file:5c5cde050dbdbd5c7c0d9c723f436d37ab4a8b1a498647a719771eccce99d9cb in /
2022-05-28 01:20:33 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-10 18:17:01 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-06-10 18:17:17 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-06-10 18:17:18 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-06-08-05-42-beta
2022-06-10 18:17:26 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='d27cede552a6adaa842b0c5dc24baa597ae1b837cdeba79f7b34ccf65f6d7230'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; armhf|armv7l) ESUM='066dda03c1d8e4f49d0268df92d940149ef1913a4fab29e8e2ebfbdf230f2dae'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_arm_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; ppc64el|ppc64le) ESUM='2714a45ac22411df2efc31928b89b76056f37fc79496e73092f70d4860d9bb96'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; s390x) ESUM='c6dd63497b4fa1c384331fe6ca010b2ab1b86e5865897b5f51a1b714616f40e9'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; amd64|x86_64) ESUM='3527c86e06c080dd4ebd592289fe151d7d549589cdb8f448080bee26af2cf3e3'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-06-08-05-42.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-06-10 18:17:27 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
2022-06-10 18:17:27 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.