2022-01-23 16:22:55 UTC
78.2 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-01-21-21-40-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:72a69066d2febc34d8f3dbcb645f7b851a57e9681322ece7ad8007503b783c19 - 33.1% (25.9 MB)
[#001] sha256:09d4e96c8beca0d44af48af56dfe2e956eeaf2ae60e63fad5b1d43d991886be6 - 15.98% (12.5 MB)
[#002] sha256:504bcab587ae9f9f93799bbc1581020268a7401e1801fdc3d98327097118fd69 - 50.92% (39.8 MB)
/bin/sh -c #(nop) ADD file:bd5c9e0e0145fe33beee9d73615cc89b5c5459bb84ea164cb1bbd8c999f0c2e4 in /
2021-12-21 01:23:04 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-01-23 16:22:35 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-01-23 16:22:50 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-01-23 16:22:50 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-01-21-21-40-beta
2022-01-23 16:22:54 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='48e7e947cbaafa0c6ddbcc490b62c799d497bb51a9817e6bdf7cdcbda1b2bab6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-21-21-40-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-01-21-21-40.tar.gz'; ;; armhf|armv7l) ESUM='0ed1f8804c327b1f672e931347c2cd53dafdd2f0323923bd7a025d8beda45f5f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-21-21-40-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-01-21-21-40.tar.gz'; ;; ppc64el|ppc64le) ESUM='ae83cfd95b8f719dccefe4f240bee4c3dee7d21dd2af36953f0679c1a7332f52'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-21-21-40-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-01-21-21-40.tar.gz'; ;; s390x) ESUM='8a367f13b287d7ea974a3a7a9da9d39b370bc0d6ff03e9c65ff6344f312dc310'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-21-21-40-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-01-21-21-40.tar.gz'; ;; amd64|x86_64) ESUM='f3f35121ebc1f4155b0d6d5172ac3798f52ed2dc9096a98de387a08e4341f3cb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-21-21-40-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-01-21-21-40.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-01-23 16:22:55 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.