2021-09-24 16:46:09 UTC
87.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-09-22-19-49-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:59390c695558464c51dc1fced64934b549770630192a1639ac6a90f59bd63b13 - 36.34% (31.7 MB)
[#001] sha256:ae7fd493ecd1bfb079563c1c1889085af9826c1f13cf8ac71a941dbd6ac2a9af - 18.78% (16.4 MB)
[#002] sha256:352218947047c5b013b7c06eaab5ab38efac6a01ce598ed2deeda3278bfd0d0e - 44.88% (39.2 MB)
/bin/sh -c #(nop) ADD file:7e5ee5560faaa801aa10a76122190026f8c1da00c809f4fb6ff441751ba0c90f in /
2021-08-31 02:10:45 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-24 16:44:27 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-09-24 16:45:57 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-09-24 16:45:59 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-22-19-49-beta
2021-09-24 16:46:08 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='fb70e0b9d9950a1d456813e4dfaea81f8ce28374f5fc55b396a217b4d3d4a3d8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-22-19-49-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-09-22-19-49.tar.gz'; ;; armhf|armv7l) ESUM='93e6b506126df37d357fd4dcdd1cf08160f4b205c848b9b345b3412eefdd64fa'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-22-19-49-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-09-22-19-49.tar.gz'; ;; ppc64el|ppc64le) ESUM='60a54cb9d511278b7632ffb9c235dd3d711a3c3254662a0ee4f1429bab716509'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-22-19-49-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-09-22-19-49.tar.gz'; ;; s390x) ESUM='f8963a3f20c27ae0bb1ccedc26c610627f5522ae66abb014bfecbfedc7ea402d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-22-19-49-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-09-22-19-49.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; rm -rf /tmp/openjdk.tar.gz;
2021-09-24 16:46:09 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.