2022-09-27 18:38:50 UTC
228 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-09-20-15-00-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:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f - 11.93% (27.2 MB)
[#001] sha256:0540a975b648942ede6ddaae6e601edefd6fc849aa73e0f8030d8b0386ebfce1 - 6.69% (15.3 MB)
[#002] sha256:28ada31864f53ec2518063c11dcebfba227a56b5b22809b10850fbb2b572ee7f - 81.38% (186 MB)
/bin/sh -c #(nop) ADD file:ff6963f777661fb16cc12fb04a97c558bd94768a6e4ab5bd90e01f3086818853 in /
2022-09-01 23:46:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-27 18:38:28 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-09-27 18:38:43 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-09-27 18:38:43 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-09-20-15-00-beta
2022-09-27 18:38:49 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='bc8d75556dcc8cbc0229308fa2141cc86d2ecec1bc366905b4e84a110567496d'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-20-15-00-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-09-20-15-00.tar.gz'; ;; armhf|armv7l) ESUM='2c9aef7b6d22d585fa57060585d0bd630952ff89132feb19ea1a66af8d6a68d5'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-20-15-00-beta/OpenJDK11U-jdk_arm_linux_hotspot_2022-09-20-15-00.tar.gz'; ;; ppc64el|ppc64le) ESUM='316497fdec8ce8c01c85e1fa15a174635cd256f8d59a56c4b7485b613c4efeb5'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-20-15-00-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-09-20-15-00.tar.gz'; ;; s390x) ESUM='f64cf9ce5663bfb264a9f1917404bfbf01a341d312d480c0101e2a09e3daf847'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-20-15-00-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-09-20-15-00.tar.gz'; ;; amd64|x86_64) ESUM='e920ceb16f2a25d7f58db27fdddc6d57808ff74979b8b09227982cd89473ee0f'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-09-20-15-00-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-09-20-15-00.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-09-27 18:38: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
2022-09-27 18:38: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.