2021-10-13 18:40:13 UTC
80 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-10-12-04-24-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:a2e448ef5a4dfc8e290db319d98910aa96a3abfcf38ae90bbac21672b8438d9e - 32.41% (25.9 MB)
[#001] sha256:d0d7fb8db9755302e4d7957a22c043c768657c1a8507b34725bfb73eb279f2e6 - 18.97% (15.2 MB)
[#002] sha256:2e07d6426ea7fd0201ed7133952d037e3b1d4349962a67b54a7de37a58c04b3a - 48.62% (38.9 MB)
/bin/sh -c #(nop) ADD file:e297c32269d46d9846129f357af15b231eb977271968f7f63e65fff73934824b in /
2021-10-01 02:43:52 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-13 18:39:44 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-10-13 18:40:08 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-10-13 18:40:08 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-10-12-04-24-beta
2021-10-13 18:40:13 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5b4aca89e516981a8ae98a04d083af214c0a7e2056b3a8528db01aa6ea8d0b2a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-10-12-04-24.tar.gz'; ;; armhf|armv7l) ESUM='5a0567878e68710bee1dc2cd833d4af9d3a8e38aaddade86e9889fb7720ea87b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-10-12-04-24.tar.gz'; ;; ppc64el|ppc64le) ESUM='00829e81beecc2a1cfecbe3defe5a5cf7ec5891893b3b6cecdd25e8642419a64'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-10-12-04-24.tar.gz'; ;; s390x) ESUM='93f792cdf72b8f7c5f93bc6a90dd59c598fa53c618476dd16e19086e9601ccb4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-10-12-04-24.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; ;; amd64|x86_64) ESUM='91172109d320a793f284c0e45346d74f0c19b44c1e7c64142d63551e8834d6d4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-10-12-04-24-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-10-12-04-24.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;
2021-10-13 18:40:13 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.