2023-09-11 15:41:04 UTC
113 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2023-09-09-21-57-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:719d9383401f642312dab568888c86aa5069040b61dbe32fb40d5a7bc5fd5c02 - 38.88% (43.8 MB)
[#001] sha256:a02563a8bce3dc42e740fd1f3e4738808bd0f15bf542ea28f16a511f91ff2d0f - 14.46% (16.3 MB)
[#002] sha256:90ea38dde9d65eeb21b401472d3da58285db8205bb5cc2da683d1b7b11e46065 - 0.0% (4.97 KB)
[#003] sha256:aa5552e3ef512ced865f73f4bdb3f6c61089aff48b139a5ce3b2e50387917870 - 46.65% (52.6 MB)
/bin/sh -c #(nop) ADD file:7ec242a3962c31a67f54c602b7f422709b35916aa381a646dc41202360549761 in /
2023-09-07 00:58:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-11 15:39:37 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-09-11 15:40:15 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-09-11 15:40:15 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2023-09-09-21-57-beta
2023-09-11 15:40:17 UTC/bin/sh -c #(nop) COPY multi:dea3db29be6c8eb7a439d2bb0ca11d2769e44bda808a6c0131ae7e18bf602655 in /usr/local/bin/
2023-09-11 15:41:04 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b66910f3225532d4a4075573133f9a4c7c1c26abf34e7881879b61144f8ccc52'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-09-09-21-57-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2023-09-09-21-57.tar.gz'; ;; armhf|armv7l) ESUM='bb453e91bd64f76f34c70cc7a4c13cca8aa3b00d0ae78341ecb1b15ea507f1b9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-09-09-21-57-beta/OpenJDK8U-jdk_arm_linux_hotspot_2023-09-09-21-57.tar.gz'; ;; amd64|x86_64) ESUM='5cf5f2e271587f38832f6c8e901145a4bb06181382cc73ddf47ccf856ec2df46'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-09-09-21-57-beta/OpenJDK8U-jdk_x64_linux_hotspot_2023-09-09-21-57.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-09-11 15:41:04 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.