2022-08-08 15:19:04 UTC
120 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-08-05-21-46-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:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa - 40.19% (48.1 MB)
[#001] sha256:7e4e81d283062f98d6279b38e1a017ac17cbd5785bb804b4b2076f88e56d9cd2 - 14.27% (17.1 MB)
[#002] sha256:b8e64e6b71f4a6415f69bb60da808039fe19a097665ae2239cd1f10e308ab602 - 0.0% (4.97 KB)
[#003] sha256:67288288d6f73efc16c47d6f9ce476c77f1cac096f54eda325157cbabf32db36 - 45.53% (54.5 MB)
/bin/sh -c #(nop) ADD file:647206e0e9c1daa306e4ebbdc26c3ef1840dd316ba4ffea905d17b0858e58e34 in /
2022-08-02 01:20:14 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-08 15:17:41 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-08 15:17:51 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-08-08 15:17:51 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-05-21-46-beta
2022-08-08 15:17:52 UTC/bin/sh -c #(nop) COPY multi:da97b7f42d52b404e495fa140e92a22c92d31d4502eef244047de8e9f26d61c1 in /usr/local/bin/
2022-08-08 15:19:04 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b8fc08eae1e4eb798721bdf606182228af1ae3687325b71b306664a785bcf571'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-05-21-46-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-08-05-21-46.tar.gz'; ;; armhf|armv7l) ESUM='3d4242c84f5da4017e530f23db8cb8c0b3de4a80c099d723ed1a947aa9118d45'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-05-21-46-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-08-05-21-46.tar.gz'; ;; ppc64el|ppc64le) ESUM='80a6f4d0f98df83720e0531d6bd2d8bb2092073204cc244fa1a3cd403fe3c43e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-05-21-46-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-08-05-21-46.tar.gz'; ;; s390x) ESUM='971f36053d3e8256f0fbc4efe85649d1ac2cc309b7992aab30624a9af93d994d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-05-21-46-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-08-05-21-46.tar.gz'; ;; amd64|x86_64) ESUM='30047c2e541821b1ce63e072334f3b65af96eebf16a99f8ad89af08b2e90f1ed'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-05-21-46-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-08-05-21-46.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; export PATH="/opt/java/openjdk/bin:$PATH"; apt-get update; apt-get install -y --no-install-recommends binutils; /usr/local/bin/slim-java.sh /opt/java/openjdk; apt-get remove -y binutils; rm -rf /var/lib/apt/lists/*; rm -rf /tmp/openjdk.tar.gz;
2022-08-08 15:19:04 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.