2022-08-15 15:24:44 UTC
118 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-08-13-02-46-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:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 - 39.71% (46.9 MB)
[#001] sha256:2b40ed07d1e06a269fdfa97acadeae6beb3ab00bc6e43cfd3cc26e11ae1395a8 - 14.35% (17 MB)
[#002] sha256:22d03687f3f0230eec6cb6a9ce9bd55483e651f341715cd0cde5082772d6fe6e - 0.0% (4.97 KB)
[#003] sha256:e655ca38dc43a8d2bcb218f0641c43c56c0cbba7c929e3d0d39f33dbe8f1859d - 45.93% (54.3 MB)
/bin/sh -c #(nop) ADD file:dfd7e3791fa0512f0f7c9cc8530233d6bc1b0a586a3656fd3950ea386754808a in /
2022-08-02 00:40:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-15 15:22:33 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-15 15:22: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/*
2022-08-15 15:22:49 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-13-02-46-beta
2022-08-15 15:22:50 UTC/bin/sh -c #(nop) COPY multi:dea3db29be6c8eb7a439d2bb0ca11d2769e44bda808a6c0131ae7e18bf602655 in /usr/local/bin/
2022-08-15 15:24:44 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='e17e135c15b53e146badc91d9171c2c20d217fdf9608e3f818d0a260cc76c780'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-13-02-46-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-08-13-02-46.tar.gz'; ;; armhf|armv7l) ESUM='799dc137d828db2f6688b7e45516970ccc7fade87fce0f201a77ec07aff7a51e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-13-02-46-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-08-13-02-46.tar.gz'; ;; ppc64el|ppc64le) ESUM='14b6093a37ba16d9eb73dc3f660b384e04ced9443c93e21130d6583d07105a1e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-13-02-46-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-08-13-02-46.tar.gz'; ;; s390x) ESUM='3bac74d688e50d47923008bcf2b676aa9da46000dcac213d5e83824763f45246'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-13-02-46-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-08-13-02-46.tar.gz'; ;; amd64|x86_64) ESUM='77df7f3ee04b4d600e72d76ab1860987a9b75515e1e6d3a9c9e167abfd0c53b1'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-13-02-46-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-08-13-02-46.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;
2022-08-15 15:24:44 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.