2022-01-26 18:27:33 UTC
250 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-01-25-19-52-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:a024302f8a017855dd20a107ace079dd543c4bdfa8e7c11472771babbe298d2b - 19.23% (48.1 MB)
[#001] sha256:09dcd86de20cdc37962a37a436100cad286975d0db0fbc5d7fa490f4feed2d7d - 6.82% (17.1 MB)
[#002] sha256:a71ebe5bf9daba462f244cb9448b8b5968f496796f45432f9aa6c40e36971793 - 73.95% (185 MB)
/bin/sh -c #(nop) ADD file:a290acee3581e1e9c42c0a37b53086a8f070cb0730179be81a6ba24a620b6ee4 in /
2022-01-26 01:40:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-01-26 18:27:06 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-01-26 18:27:21 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-01-26 18:27:22 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-01-25-19-52-beta
2022-01-26 18:27:31 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='e9175b26032bc83fa9ca0e4ab202bb71d3b5ff117dd7c37666e5fa014e14bcc1'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-01-25-19-52-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-01-25-19-52.tar.gz'; ;; armhf|armv7l) ESUM='6a57ecb996ccf9b8f13e7f52db7c9ec3bff9f858c4f8845eb2b7034cd084c9e6'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-01-25-19-52-beta/OpenJDK11U-jdk_arm_linux_hotspot_2022-01-25-19-52.tar.gz'; ;; ppc64el|ppc64le) ESUM='fda0ba2d3cf99fddc7138e9f7948ed77f874b45d09dd8efdbc4bc026d9e73296'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-01-25-19-52-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-01-25-19-52.tar.gz'; ;; s390x) ESUM='12308c527d70e9ffa0f8f4dbfdeb4ac747744951825c72e1f321dee06666594b'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-01-25-19-52-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-01-25-19-52.tar.gz'; ;; amd64|x86_64) ESUM='34dbf023cbc99428c56d9befedc769a5ae2431796cbbfbc3e14f980ad645e1de'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-01-25-19-52-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-01-25-19-52.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-01-26 18:27:33 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-01-26 18:27:33 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.