2022-08-16 15:07:31 UTC
137 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-08-16-04-28-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:751ef25978b2971e15496369695ba51ed5b1b9aaca7e37b18a173d754d1ca820 - 18.88% (25.9 MB)
[#001] sha256:dda0209d51d438679fdeb9699d7720880d585c2effea82a1837b82a74fca8692 - 9.12% (12.5 MB)
[#002] sha256:816dc1a89d46dff2955a461eb1c61103f903f77ae4451c384c6abdccd639dd0c - 72.0% (98.7 MB)
/bin/sh -c #(nop) ADD file:81dbfe4f9df4d280f7580380c0c5c93ba71fedba17b3072d2b7b4bce127f88a9 in /
2022-08-02 01:20:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-16 15:07:09 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-16 15:07:24 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-16 15:07:24 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-16-04-28-beta
2022-08-16 15:07:31 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b3d5e048dd9180380986f7026b52563110fa58dfab8bfeb670a60d5e340ee88b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; armhf|armv7l) ESUM='8f8d5fa4cefadbe2aed06f575aa7b7a00fd0172db91ad9d00a6b6291b622d00f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; ppc64el|ppc64le) ESUM='3657d5604e3d13ee2756dfdc309a7cdb59431b2038e6a8773b0e2553b369b680'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; s390x) ESUM='7a71386221cebf94e873ff75d0773ae5e550348525984ad674242614154c9b85'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; amd64|x86_64) ESUM='e7318383d9eff85225730a541c8a234c01030f258b0445da3e2b51e9d4f64e1e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-08-16-04-28.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-08-16 15:07:31 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.