2024-02-11 17:28:27 UTC
97.6 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2024-02-08-09-37-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:d262abdf15e38f7960a48edbd9d8d9de475362307d40e6620e518de8d55b49d6 - 44.94% (43.8 MB)
[#001] sha256:e64f6fa4084c3fac04cadecab7a2d62100128bf30af4c42a7cbf63555efd28ee - 16.72% (16.3 MB)
[#002] sha256:22ffce3a7d8600912cd524b5c4c186e64fbf7d87e230f4d7e260c00bfe5a6e73 - 38.35% (37.4 MB)
/bin/sh -c #(nop) ADD file:f7d675054a4ba85691acd979742ab5f8839e1e198ce8bb7830a06479744db901 in /
2024-01-31 22:44:54 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-02-11 17:27:38 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-02-11 17:28:13 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/*
2024-02-11 17:28:13 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2024-02-08-09-37-beta
2024-02-11 17:28:26 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a23dfe5bbc818e75a6326cc0fff3efe7bb9c47c167d5c73f8caee95294e1aef2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2024-02-08-09-37-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2024-02-08-09-37.tar.gz'; ;; armhf|armv7l) ESUM='296b8a82f24d99d34717a2eb5cbf6d04fa1a8cc1f3a7e48aa4703fc32a484bdc'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2024-02-08-09-37-beta/OpenJDK8U-jre_arm_linux_hotspot_2024-02-08-09-37.tar.gz'; ;; ppc64el|ppc64le) ESUM='ccad28c067e6d975bf475ad45d959142ce8f141248b087001642447e9cf7c808'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2024-02-08-09-37-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2024-02-08-09-37.tar.gz'; ;; amd64|x86_64) ESUM='7989e064026f0160d95ee187cb690c978d85bcc8b419d72b71a31252213f52d7'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2024-02-08-09-37-beta/OpenJDK8U-jre_x64_linux_hotspot_2024-02-08-09-37.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;
2024-02-11 17:28:27 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.