2022-02-03 18:42:29 UTC
80 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-02-03-05-07-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:bbf2fb66fa6e06dd46eb26f518f93171ee7c48be68aafb213aa7c2c12f4018ca - 32.41% (25.9 MB)
[#001] sha256:e0135fb8e219ed38d1629de68577e4186d13ddcbecf7d722d558d6ba6dc128dd - 18.96% (15.2 MB)
[#002] sha256:f0c68ccf5e2bde284ed98e7a53fb8c25fd6d9a06fac4954e985338627cc33cbe - 48.63% (38.9 MB)
/bin/sh -c #(nop) ADD file:3acc741be29b0b58e44d7302ab5ce65bf65ea1b35922be58a2cee9cb708d006a in /
2022-02-02 03:19:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-02-03 18:41:46 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-02-03 18:42:23 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-02-03 18:42:23 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-02-03-05-07-beta
2022-02-03 18:42:28 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a179e4e47ddfb7604f6d6df1c607176b6e934335e76887a3b553fc3f6dd93c4d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-03-05-07-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-02-03-05-07.tar.gz'; ;; armhf|armv7l) ESUM='7d9a9bd1b062b5e6e5b62fb5020aedcd30a745a474cdcc192669c9b6551c3c63'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-03-05-07-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-02-03-05-07.tar.gz'; ;; ppc64el|ppc64le) ESUM='c5fc3ea3e4cdd713bf5358bf9d577a62be02cab8a3ef0ed3fe51fe67be07eb0e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-03-05-07-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-02-03-05-07.tar.gz'; ;; s390x) ESUM='d6730baad25e9c73ec494de797330308447a1c54cfe99d357e5fee991908cfbc'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-03-05-07-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-02-03-05-07.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='1118d3e4e6b9accdfce6a4a74e4f6e888d00909370d636f267d53496590c6e20'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-02-03-05-07-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-02-03-05-07.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-02-03 18:42:29 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.