2021-11-26 18:35:21 UTC
70.8 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-11-25-06-44-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:7bd9e64406c6f3044bd15f89c367f07ec4eaafb1035a5c3ee2f7b138be68017f - 30.67% (21.7 MB)
[#001] sha256:1cb7ddb1962e450d27b3edca1ac0c354c8fb8ff6a245ab15b5bd77d43707ad7e - 16.55% (11.7 MB)
[#002] sha256:988e475d2d0c47aa44c70b8b71d5a78eee7130a415067184fed474c4611167fc - 52.78% (37.3 MB)
/bin/sh -c #(nop) ADD file:4ac0de0d740f0c221cd4f912861a67009942fa5bdad24ac8b62c690dfa15024a in /
2021-11-17 02:00:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-26 18:34:27 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-26 18:35:06 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/*
2021-11-26 18:35:06 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-25-06-44-beta
2021-11-26 18:35:21 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='9845e44318436036f0e4fd36a7266e79db28a586fb11fa062fb2b7def4b6e415'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-25-06-44-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-11-25-06-44.tar.gz'; ;; armhf|armv7l) ESUM='e0bc7f4e3631ceaa79bbce1dde9fb2dc0e95c832c619f38bf25e6071a376f4dd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-25-06-44-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-11-25-06-44.tar.gz'; ;; ppc64el|ppc64le) ESUM='038bb07c660e6a6bdbfd38165c5a1020b1893e1c90d1d172f4c1d3eb31826717'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-25-06-44-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-11-25-06-44.tar.gz'; ;; s390x) ESUM='5122018165fd4249cf090ce586f9d0d2a255a66853b08d16d0b373b77b8d2f09'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-25-06-44-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-11-25-06-44.tar.gz'; ;; amd64|x86_64) ESUM='3fa8e9b124f9e34307f88da71515b2c005400a7d2517760cabd301eed963104d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-25-06-44-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-11-25-06-44.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;
2021-11-26 18:35:21 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.