2021-08-20 15:57:05 UTC
90.8 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-08-18-19-41-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:be0de17fe24f767ec21bec97d0e8ea8f0d907fe05238a0bf9cce0995f529f7ea - 28.53% (25.9 MB)
[#001] sha256:7112a46ada1a659d491f0ac434271f0401fc6e01e18ac235dc9aaf436c3e063e - 16.69% (15.2 MB)
[#002] sha256:47db23e2fe838094f43af8558ab0c764586a84d67c1c65b830ba6280dbfc082f - 0.01% (4.97 KB)
[#003] sha256:4d578baa637745d884036235b02bb09b5612b3f1eef909e2a82950d165e9e567 - 54.77% (49.7 MB)
/bin/sh -c #(nop) ADD file:10d7c5e7290ff5627132fb35c51a2143351e184b02e3fb6d9c1c06815ae803ae in /
2021-07-26 21:48:57 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-20 15:54:58 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-08-20 15:55:17 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-08-20 15:55:17 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-08-18-19-41-beta
2021-08-20 15:55:17 UTC/bin/sh -c #(nop) COPY multi:dea3db29be6c8eb7a439d2bb0ca11d2769e44bda808a6c0131ae7e18bf602655 in /usr/local/bin/
2021-08-20 15:57:05 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b073636a7c5761fb44dbab72115a906545629c138dcee51c69111722f3331408'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-18-19-41-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-08-18-19-41.tar.gz'; ;; armhf|armv7l) ESUM='b5afc508ae7d5e1165fcebf5053498ad51fa4aa0fc40f31251d7048c9c2a6780'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-18-19-41-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-08-18-19-41.tar.gz'; ;; ppc64el|ppc64le) ESUM='367e9caad5de302af8cfad2a780686fd2aefea0e9f70f64d252e761718b0139a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-18-19-41-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-08-18-19-41.tar.gz'; ;; s390x) ESUM='008a9409c8298639a84fa228b502dc6f449bff753c81308594d76a346f06eca3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-08-18-19-41-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-08-18-19-41.tar.gz'; LIBFFI_SUM='05e456a2e8ad9f20db846ccb96c483235c3243e27025c3e8e8e358411fd48be9'; LIBFFI_URL='http://launchpadlibrarian.net/354371408/libffi6_3.2.1-8_s390x.deb'; curl -LfsSo /tmp/libffi6.deb ${LIBFFI_URL}; echo "${LIBFFI_SUM} /tmp/libffi6.deb" | sha256sum -c -; apt-get install -y --no-install-recommends /tmp/libffi6.deb; rm -rf /tmp/libffi6.deb; ;; *) 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;
2021-08-20 15:57:05 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.