2021-11-26 17:21:55 UTC
103 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:626979e62c56e192812e818d52b82f063d9f9514b1b7bae14e534e4a7c98117a - 45.69% (46.9 MB)
[#001] sha256:2dc6ea2376b76849538cbe6b58d4816723a52ad76dde9414c2da9e1bd5c4de37 - 16.48% (16.9 MB)
[#002] sha256:cc7ad6d11a346c6ee87cc7d9d472a7de6b88c6eaa2b0af4f81e64029a66be3e2 - 37.83% (38.9 MB)
/bin/sh -c #(nop) ADD file:c7e9e884b1494f96e33e9d9a892b51367af8943edb282c4101cc99ea78a7753f in /
2021-11-17 02:40:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-26 17:21:36 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-26 17:21:51 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 17:21:51 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-25-06-44-beta
2021-11-26 17:21:55 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 17:21:55 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.