2022-09-05 16:41:40 UTC
80 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-09-02-23-59-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:7a9f619ee5e9c87f19eed59abef41d53eb0694f492da010ee069ff26e7b4ff3f - 32.42% (25.9 MB)
[#001] sha256:77d5650b0edf16d2dd827e3d0130e5b863174f4554eb14cf7e16c762029d0883 - 18.93% (15.1 MB)
[#002] sha256:4865431edd3433e74e6c4d910c09f55d283a4805576e54ab7752626cd4abce2f - 48.65% (38.9 MB)
/bin/sh -c #(nop) ADD file:78c56cf572dbf860290780b955a94dc4de09bd3b8d64b6a83aee51afb349129a in /
2022-09-02 00:57:43 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-05 16:41:15 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-09-05 16:41:35 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-09-05 16:41:36 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-09-02-23-59-beta
2022-09-05 16:41:39 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='626b11c71d5db5b75c2ae39a722812582396b28a84f0d644551523f40f592aac'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-02-23-59-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-09-02-23-59.tar.gz'; ;; armhf|armv7l) ESUM='110121b3f8ed1a1558c1d6c2377737124c6328a97a1825fddd4691354793f574'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-02-23-59-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-09-02-23-59.tar.gz'; ;; ppc64el|ppc64le) ESUM='88f3bf38cbe275d8a8e1cc650f8c9bdf280526907af24c278d2d933a3518ae18'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-02-23-59-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-09-02-23-59.tar.gz'; ;; s390x) ESUM='5cf3fa3c3071bcb158add926147e1cd6208cf10c39867214f4a5d676afaad90b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-02-23-59-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-09-02-23-59.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='5618b953042478122a11bede8bece40f1bb4a242ef1767fe0622662a8d172087'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-02-23-59-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-09-02-23-59.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-09-05 16:41:40 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.