2021-11-24 15:48:59 UTC
164 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:1230f17f526cb07307d41462355b10488b994e8bdafe0d8f275a405fa3b33831 - 29.34% (48.1 MB)
[#001] sha256:413fb31fe810fa543a1f238c762b215011dc69b72b2693e5578e1700e5085986 - 10.4% (17.1 MB)
[#002] sha256:0b9da65abfde4b1a25020de4f2891df5a72b64196f807d9745463e0b0361022c - 60.26% (98.8 MB)
/bin/sh -c #(nop) ADD file:cb5ed7070880d4c0177fbe6dd278adb7926e38cd73e6abd582fd8d67e4bbf06c in /
2021-11-17 02:20:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-24 15:48:34 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-24 15:48:49 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 15:48:49 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-23-06-41-beta
2021-11-24 15:48:58 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='5983ca78405d238b4205598c6cc0fae61a1496d958eafca8d8f619f4fc50dbe9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; armhf|armv7l) ESUM='f93892adab5ef0ed8c16ea18e0fd1fd8329b9311322d99702430fe6697785a56'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; ppc64el|ppc64le) ESUM='11650667fdc5c6a0e67595c5b4124c2c16aa16607aa15645ad9ed58055c50db0'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; s390x) ESUM='e539dabdcefc16924376d790ccc38c10cbed5be789a1973095c0bba02d421a31'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-11-23-06-41.tar.gz'; ;; amd64|x86_64) ESUM='0aa593f75c2d2abf824598bd66a01494dcbeec0f20d5a26fe274859ae215589a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-23-06-41-beta/OpenJDK8U-jdk_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 15:48:59 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.