2021-09-29 17:07:50 UTC
227 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2021-09-29-13-10-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:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 11.99% (27.2 MB)
[#001] sha256:04480751b561276e8eb8ce9304463c6d236db1e1df49af04e7bfbad60bc1b0c1 - 6.73% (15.3 MB)
[#002] sha256:02330f65254f9f384f90380061de99a5cb300f4d4f5d473e9941a7bfb8219d1d - 81.29% (185 MB)
/bin/sh -c #(nop) ADD file:d2abf27fe2e8b0b5f4da68c018560c73e11c53098329246e3e6fe176698ef941 in /
2021-08-31 01:20:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-29 17:07:19 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-09-29 17:07:37 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-09-29 17:07:37 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2021-09-29-13-10-beta
2021-09-29 17:07:49 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='e67da1b3664d679b954df8091e921a5e4ab17a86d991c34d4d5e93e4948a9cd3'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-29-13-10-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2021-09-29-13-10.tar.gz'; ;; armhf|armv7l) ESUM='ed8384ee653e8ec5ffed7283208d74dca15b91606dcd89e4e47a9eef7628d2fb'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-29-13-10-beta/OpenJDK11U-jdk_arm_linux_hotspot_2021-09-29-13-10.tar.gz'; ;; ppc64el|ppc64le) ESUM='99a285b678331cba1375d84c647cf00eca207d55ecbf46b542aecbacdf02f543'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-29-13-10-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2021-09-29-13-10.tar.gz'; ;; s390x) ESUM='d370f37a6301bdda9bcf78d0a3ad7acfdb3fe0e9f95a5950d5c8279ac6f85dbb'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-29-13-10-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2021-09-29-13-10.tar.gz'; ;; amd64|x86_64) ESUM='5bb8fcb4a678c3c61e036d9198792442808c17a8fc7593d603bb1ef882a8dc07'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-29-13-10-beta/OpenJDK11U-jdk_x64_linux_hotspot_2021-09-29-13-10.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-09-29 17:07:50 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-09-29 17:07:50 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.