2022-01-12 17:42:40 UTC
87.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-01-11-07-32-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:e6e6dea5a8cc4bdc9e5e51e2bfa948159b69d5fbc2dca99bc41776fb04dab967 - 36.31% (31.7 MB)
[#001] sha256:8b994bbcd1e599d35a65a744cb9ef6651aa5ad9778e6b2417feb2029f0d44491 - 18.77% (16.4 MB)
[#002] sha256:88c03435f31c66c0d495bffb5163832b5ba2b568b3c00596ec8c7fc6322bc368 - 44.91% (39.3 MB)
/bin/sh -c #(nop) ADD file:014236839eaee978894ae0bd6aecc246177a0a2c11af73f86d9cfafe5478ce18 in /
2022-01-07 02:20:19 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-01-12 17:40:48 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-01-12 17:42:30 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-01-12 17:42:31 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-01-11-07-32-beta
2022-01-12 17:42:39 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='4669c42c8cf76a75394acf46beaeab7ea5801993beb526da3b7190fe469727eb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-11-07-32-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-01-11-07-32.tar.gz'; ;; armhf|armv7l) ESUM='3789f72a311362090be19598bcfee57de95a692b2224618479f47082e4f8395c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-11-07-32-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-01-11-07-32.tar.gz'; ;; ppc64el|ppc64le) ESUM='b53fe24d43345fa9860ecdfc276db035a94c81c18bcfefc1dd1545558cf08de7'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-11-07-32-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-01-11-07-32.tar.gz'; ;; s390x) ESUM='4a1d0d061020102e4b691c8c6c774a554da919ead64c85a993505a42fe0fdc1f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-11-07-32-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-01-11-07-32.tar.gz'; LIBFFI_SUM='05e456a2e8ad9f20db846ccb96c483235c3243e27025c3e8e8e358411fd48be9'; LIBFFI_URL='http://launchpadlibrarian.net/354371408/libffi6_3.2.1-8_s390x.deb'; curl -LfsSo /tmp/libffi6.deb ${LIBFFI_URL}; echo "${LIBFFI_SUM} /tmp/libffi6.deb" | sha256sum -c -; apt-get install -y --no-install-recommends /tmp/libffi6.deb; rm -rf /tmp/libffi6.deb; ;; *) 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-01-12 17:42:40 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.