2023-12-15 16:37:11 UTC
113 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2023-12-14-04-44-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:859d411365ce23ca0a7fbddedc1babff0039e814c09756ad01c59527ebe62dc8 - 38.7% (43.8 MB)
[#001] sha256:80bf382b32d5585d1e6223e6295496429c643450c6b1496e9d06a2d4dd1a3ceb - 14.84% (16.8 MB)
[#002] sha256:24059b129f6a190fcf4e4c424c364b60301b4581a536d3ce1500065c2a598f5d - 0.0% (4.97 KB)
[#003] sha256:9c27771f23ccd701ade6d37d5213b93d4ab99d561b2e897390a68da811a824fc - 46.45% (52.6 MB)
/bin/sh -c #(nop) ADD file:e69e944c7b28ca650586e3fa2bcb51c4c99491167bee97c4ab32982eeab66750 in /
2023-11-21 03:58:13 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-12-15 16:35:34 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-12-15 16:36:19 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/*
2023-12-15 16:36:20 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2023-12-14-04-44-beta
2023-12-15 16:36:20 UTC/bin/sh -c #(nop) COPY multi:2530d7ab7dd5fd87767d01b32c6ac2b87609b3677d39bccf1cbcbfb059360010 in /usr/local/bin/
2023-12-15 16:37:10 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='210960e45da83b64aaf2f3c27b282a6d8b5249ca96ce484715d709e86bca9b38'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-14-04-44-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2023-12-14-04-44.tar.gz'; ;; armhf|armv7l) ESUM='e70a252c89b0e7e4e565972ce52b0c885135eb647769d8319792cb0e772b725f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-14-04-44-beta/OpenJDK8U-jdk_arm_linux_hotspot_2023-12-14-04-44.tar.gz'; ;; ppc64el|ppc64le) ESUM='267979c3e0cd687a3934c659647f771bda3a66ac636e314f52706ba0dd7aa6d4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-14-04-44-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2023-12-14-04-44.tar.gz'; ;; amd64|x86_64) ESUM='dca9f275a2cf3bdd62ec50da4f71bf41af08edeb249051eb3dd07c5fcb8f4688'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-14-04-44-beta/OpenJDK8U-jdk_x64_linux_hotspot_2023-12-14-04-44.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; export PATH="/opt/java/openjdk/bin:$PATH"; apt-get update; apt-get install -y --no-install-recommends binutils; /usr/local/bin/slim-java.sh /opt/java/openjdk; apt-get remove -y binutils; rm -rf /var/lib/apt/lists/*; rm -rf /tmp/openjdk.tar.gz;
2023-12-15 16:37:11 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.