2021-12-29 17:37:13 UTC
135 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-12-28-07-54-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:1f0267805ccac7499fadaabf65e52d4564add2bc20ed25bcf77df24d8debb103 - 19.16% (25.9 MB)
[#001] sha256:a1cc317a4e6687e5da4fdc0d8e33cfd7b386b2dddb2f6bbb186c0d667eca071b - 11.12% (15 MB)
[#002] sha256:8121b114b527ca178571ebbbb497671c45f375fa61d8a57dd004b9c179ad5d86 - 69.72% (94.1 MB)
/bin/sh -c #(nop) ADD file:cf3b6f9c395392eaf2c629969f59c48cde60ae1c74c3dbb13886481999a7a4d5 in /
2021-10-16 00:41:48 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-12-29 17:36:54 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-12-29 17:37:09 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/*
2021-12-29 17:37:09 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-12-28-07-54-beta
2021-12-29 17:37:13 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='cb247a517ca4a001e7e90c3b260566bcf9ff33e638955c0630e216202e135f2c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-28-07-54-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-12-28-07-54.tar.gz'; ;; armhf|armv7l) ESUM='7ab0f10ce452a9c33aa9a4c2ba9ff43705f1f51b673bdf2dada1eae8ad6cca63'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-28-07-54-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-12-28-07-54.tar.gz'; ;; ppc64el|ppc64le) ESUM='a760f65623dac1da3d3ec6bea40771482a872d50f07e3f4cd32717af578c3bf2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-28-07-54-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-12-28-07-54.tar.gz'; ;; s390x) ESUM='6a2202877b0650ae49f858512b15d802556aad46df6a61333c9dfc5cc054d152'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-28-07-54-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-12-28-07-54.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='060eac58ec723ae7fa703507f7286ff1d5ca61d5f1b4000926d2dcee3b80e5e0'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-28-07-54-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-12-28-07-54.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;
2021-12-29 17:37:13 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.