2022-05-13 15:20:12 UTC
137 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-05-13-12-26-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:c32ce6654453d35d0b3dde45d195adeee586ffba0a683006ee06748c077c01fa - 18.88% (25.9 MB)
[#001] sha256:81118c6645a4d33436a028bdec0956c33a903ad9e04a35808403b253db1da2f5 - 9.13% (12.5 MB)
[#002] sha256:e15bf9018f760ae597910a29becac470954abca8660fc783cdbd0b5624125d09 - 72.0% (98.7 MB)
/bin/sh -c #(nop) ADD file:76b454ddb7dfe4d22afae844a7e67e7e5fb4570dae2e21bbd259a1f2e5839f33 in /
2022-05-11 01:20:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-13 15:19:52 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-05-13 15:20:06 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-05-13 15:20:07 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-05-13-12-26-beta
2022-05-13 15:20:12 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a101582b5783b0107ee1599fb31ec9cc4c478fa705e53c186b8fa43f1394ea56'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-13-12-26-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-05-13-12-26.tar.gz'; ;; amd64|x86_64) ESUM='c2f3bb2c2811a700994bccd51beeda2536eee2caa0980a92779fd854301bb7de'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-13-12-26-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-05-13-12-26.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-05-13 15:20:12 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
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.