2022-07-08 15:22:39 UTC
162 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-07-08-00-52-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:8d6f1451981514e25c21542f5c7ee9bb90052b8856b484ce47294cbf1fd5a234 - 29.02% (46.9 MB)
[#001] sha256:120782283ea35724deba5ef5c879b973a42b1a2cc714b6c40b7966fefc167b71 - 10.49% (17 MB)
[#002] sha256:cc86e8178797ef4c982e1c71a12ede021b174dd0ab7b7a569147861870944c1e - 60.49% (97.9 MB)
/bin/sh -c #(nop) ADD file:a5e3c0ffa9f9754a6d77fafd8288e699a70f7f6ff7c5912a065f1c69f1393e99 in /
2022-06-23 00:40:55 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-07-08 15:22:14 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-07-08 15:22:33 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-07-08 15:22:33 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-07-08-00-52-beta
2022-07-08 15:22:38 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='18ff862648332c763b4823835059130403592b437457ed70ec6f048590cdf57e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; armhf|armv7l) ESUM='c369cd94ca3c6e6ceb4fa5a709523d0b8b39a757b43089abef625227474b1284'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; ppc64el|ppc64le) ESUM='a4fc4ba3ea238d2d42e61d3c8524d0468a646c648e0dc237d94f90867a23acb3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; s390x) ESUM='6a7f26227a860b8c541884c976441df9429f5d3e340588c8bb76bb58c80d085f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-07-08-00-52.tar.gz'; ;; amd64|x86_64) ESUM='f22874bfceabea8b08b3eefdfdd224a7eeff13f717583e0ceb88b6058d3cf7e2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-08-00-52-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-07-08-00-52.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;
2022-07-08 15:22:39 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.