2022-06-17 16:10:56 UTC
82.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-06-16-04-17-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:d7bfe07ed8476565a440c2113cc64d7c0409dba8ef761fb3ec019d7e6b5952df - 33.07% (27.2 MB)
[#001] sha256:f99d829aae53c617a726f3fbe0526cc741e012be1f7d49c5d7286f8ba73dddb5 - 18.55% (15.3 MB)
[#002] sha256:29c82ce354b4096b86371f4ed8944cf480f27468f4ab01eae8f8caae66509bcc - 48.38% (39.9 MB)
/bin/sh -c #(nop) ADD file:00dae10e79b05c4e1a3db053a1f85a4f38a39fe85cbbd88d74201a01a7dd59b5 in /
2022-06-06 22:21:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-17 16:10:39 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-06-17 16:10:53 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-06-17 16:10:53 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-06-16-04-17-beta
2022-06-17 16:10:56 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='d8a3dcd247a62e1218fc428fb33beb8fff361aa66b342a64fd030ca5475a4384'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-06-16-04-17.tar.gz'; ;; armhf|armv7l) ESUM='13cbeca39f0f5592165c8541c8b59b681888c4a694bd343a95973e836a7eac33'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-06-16-04-17.tar.gz'; ;; ppc64el|ppc64le) ESUM='b5cc37c4b0ce1ab2a07b60e414af544b7bf66fa9a7ca681b0d19e6fbbcf3c10f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-06-16-04-17.tar.gz'; ;; s390x) ESUM='2c303a76a2347158858a814c80e1f801750456c27497900b552b42b6bd6c88cd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-06-16-04-17.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='45d0098da97c7cfca6d8858f4f1a154d961085ca0cb1e1257cbcfbe74fbaf625'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-16-04-17-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-06-16-04-17.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-06-17 16:10:56 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.