2022-05-20 15:56:06 UTC
139 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-05-19-02-38-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:97c4e3bbd0d14c4a194ce9c48b362e1649c341b249c2ad560738b06fe8576dc3 - 21.04% (29.1 MB)
[#001] sha256:0edff0926c4205474eb7923503623c75f90eddca66aa77e4e2860e1f5167fd2a - 9.43% (13.1 MB)
[#002] sha256:825bada3b92108c03aa78dfc62e0e81deb9a680078e77cb8f2be11ef8210f576 - 69.53% (96.3 MB)
/bin/sh -c #(nop) ADD file:57fcc3eadd20c2481e373ef3b56a194006f65b3c7ae29bd1747e625efcd89124 in /
2022-05-11 01:33:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-20 15:54:42 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-05-20 15:55:40 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-05-20 15:55:44 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-05-19-02-38-beta
2022-05-20 15:56:01 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in armhf|armv7l) ESUM='68377d484f867d3e364630b729778f249f8b1a0cf95bab36840481ea233b8b3a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-19-02-38-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-05-19-02-38.tar.gz'; ;; ppc64el|ppc64le) ESUM='19cb02a84cb6ca6e8251d6d9ff2b540dd1bae43798390e211bcfa8721417f7a6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-19-02-38-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-05-19-02-38.tar.gz'; ;; s390x) ESUM='ad657632f3083fd40e6c8508f08734295034d323f1d05a106ec038134c164e45'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-19-02-38-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-05-19-02-38.tar.gz'; ;; amd64|x86_64) ESUM='3025cdfe74ee4805d6290e8d7bc09d93eb0efcd461a88a2adac265188b22648d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-19-02-38-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-05-19-02-38.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-05-20 15:56:06 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.