2022-08-04 18:22:24 UTC
251 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-08-02-19-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:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa - 19.18% (48.1 MB)
[#001] sha256:43a46020b58e9113093c92fd2e744cff913d013a773016f87fd4330e9e8d251f - 6.81% (17.1 MB)
[#002] sha256:12a3e3dc9f136916a17413da7f4fa4600d4fee58eda3502b73264ff37f643b79 - 74.01% (186 MB)
/bin/sh -c #(nop) ADD file:647206e0e9c1daa306e4ebbdc26c3ef1840dd316ba4ffea905d17b0858e58e34 in /
2022-08-02 01:20:14 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-04 18:22:00 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-04 18:22:15 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-08-04 18:22:15 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-08-02-19-47-beta
2022-08-04 18:22:23 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a0603f0c4ac1e0d328aaa63480c65af9c0f70d354e88edc4870c35fae09ed048'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-02-19-47-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-08-02-19-47.tar.gz'; ;; armhf|armv7l) ESUM='5b82ec377e157825deb6fdb486a2140ecfe974a42006b0f7b992de5e160e33cd'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-02-19-47-beta/OpenJDK11U-jdk_arm_linux_hotspot_2022-08-02-19-47.tar.gz'; ;; ppc64el|ppc64le) ESUM='b29c037c1c086268bad724f5aa86a1973350428a8a36b485c0181fc588a39718'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-02-19-47-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-08-02-19-47.tar.gz'; ;; s390x) ESUM='6b5524b66baf3ce1612a5ced77a5a18b642ba947b52e42d434e7708bb4522234'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-02-19-47-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-08-02-19-47.tar.gz'; ;; amd64|x86_64) ESUM='c3af6e7b3037ad63ab5cc5ad40a3b8380ac1dcd62ae62973a444bfc4c741360e'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-08-02-19-47-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-08-02-19-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-08-04 18:22:24 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-08-04 18:22:24 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.