2022-03-07 17:24:53 UTC
82.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-02-15-11-16-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:7c3b88808835aa80f1ef7f03083c5ae781d0f44e644537cd72de4ce6c5e62e00 - 33.07% (27.2 MB)
[#001] sha256:b7b8d2a267cef83e5f04e153514c4597d0e0cee622732d26de309a404e91841e - 18.56% (15.3 MB)
[#002] sha256:3d4c3986f457ad86e1abce473cb8d7167fb5e31fd8997d8cfd14af3e985c01cb - 48.37% (39.8 MB)
/bin/sh -c #(nop) ADD file:8a50ad78a668527e974b05a3dfbfd64760de3cb643ceb8a8805d21f6ceab3389 in /
2022-03-03 20:19:33 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-03-07 17:24:31 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-03-07 17:24:49 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-03-07 17:24:49 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-02-15-11-16-beta
2022-03-07 17:24:53 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='3ad0e8dadc7682e0dcf59b87f0b0c937a8d4c9890092509a7d28e8c081149069'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-15-11-16-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-02-15-11-16.tar.gz'; ;; armhf|armv7l) ESUM='b8873b457193ac205371f4625fc3cb738f0b9c0cca2eef015004638180f8fc02'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-15-11-16-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-02-15-11-16.tar.gz'; ;; ppc64el|ppc64le) ESUM='3ae1add4a098f674516d5fbd9f47bb572926f621800eff929330c56a07f3b8db'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-15-11-16-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-02-15-11-16.tar.gz'; ;; s390x) ESUM='c4536dea8a5c448474b81c7757bae0a03e815abfec000e54a84833dce187dcd9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-15-11-16-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-02-15-11-16.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='bfb55e109849d48fa9b96c1096bfa3916a5e86d7f9d9279b911350955ec93c63'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-15-11-16-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-02-15-11-16.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-03-07 17:24:53 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.