2021-11-24 18:05:37 UTC
73.5 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-11-23-06-41-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:b8b917e61b3be882db10e68210f73caf5cc788bfb07aec0a659e30f4796b476b - 33.42% (24.6 MB)
[#001] sha256:b04e553a973faa1dc329e13362e48063cd66890ae3bdfdfb36f84f025350276d - 16.62% (12.2 MB)
[#002] sha256:480016902850ec25924f916a3213a3d143addd2c12bc97c9f3fe3bdd95ef0b67 - 49.97% (36.7 MB)
/bin/sh -c #(nop) ADD file:3ff5fbc9c53cf76aad0fe0e1a525cb0bc0d70e8f2a3d5741dfb8b3b8a9448ffd in /
2021-11-17 02:43:00 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-24 18:05:21 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-24 18:05:33 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-11-24 18:05:34 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-23-06-41-beta
2021-11-24 18:05:36 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='27fb1707011ebbcd7dcdabc896057b0e048a7ccac4258df17be84a0e1e7f35e5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; armhf|armv7l) ESUM='6e6e58f1529e3dee6ba8322b599f091a9b2f1536119aa9400ca4ce69ce7d3471'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; ppc64el|ppc64le) ESUM='b8233fd84aa03c5674fc86eced8f0bfe437479dbbc50c225fd590fa4a110de5f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; s390x) ESUM='b57f848c9c318114e7ddbc0cedc2b286df5ff967ddf208b2392ebe9eb6be757e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; amd64|x86_64) ESUM='8b5f2b9222e1c0412d803fc382a1741bc7dfa6bcdd3c4611ab2648d102b0e572'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-11-23-06-41.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-11-24 18:05:37 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.