2022-09-27 18:16:27 UTC
251 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:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 - 19.16% (48.1 MB)
[#001] sha256:d8a702068e68cff085d4f5c9da6ca0895b0a31f8df3e88a83caf7e44c44a933f - 6.8% (17.1 MB)
[#002] sha256:895739dba02d0bceef2d2e7494f7871402cad61cbfaed8fbe28a58fc84caa66f - 74.04% (186 MB)
/bin/sh -c #(nop) ADD file:4649a893b2859f2ff51182a13c9c8eeaeaea866161b3f4a1c4f0bb48bc01d007 in /
2022-09-13 00:56:38 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-27 18:16:10 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:16:20 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:16:20 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-09-20-15-00-beta
2022-09-27 18:16:26 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:16: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-09-27 18:16: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.