2022-06-10 19:20:26 UTC
79.9 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-06-08-05-42-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:c1ad9731b2c7bf7fddea67f2f3f553515179a375c489e591e2372700fcaca766 - 32.4% (25.9 MB)
[#001] sha256:dfc5d3bbd8651e6881cfcf5a5b6bfb784be2316ac09ac11a146a56d2d9d791b5 - 15.66% (12.5 MB)
[#002] sha256:35ef973a30ceb61c91ca3aee7b2a0f13c012b6d1f30b1305371199d47d52a866 - 51.94% (41.5 MB)
/bin/sh -c #(nop) ADD file:0513eda9512e010cb9459591b62e0c9d9319750923df091b64250ad6e98c2878 in /
2022-05-28 01:20:43 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-10 19:20:06 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-06-10 19:20:21 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-06-10 19:20:22 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-06-08-05-42-beta
2022-06-10 19:20:26 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='c8630b1af51e9900164e5ab1e7f007e444e3f51db85309f672ee79188ceadb90'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jre_aarch64_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; armhf|armv7l) ESUM='1d0d20b34663d9291ebb0e428a284ef5bda717065308b4c4c3b5500f28667548'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jre_arm_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; ppc64el|ppc64le) ESUM='8c5c4f1b4120170212d10b6535dfe02cf697ac76e36ba5e69078171e21894a68'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jre_ppc64le_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; s390x) ESUM='7843100914f78291a03b2e1c6ad36044d0223245456bfb11449ef87157fb3495'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jre_s390x_linux_hotspot_2022-06-08-05-42.tar.gz'; ;; amd64|x86_64) ESUM='09bd0cf0ce2d5d922bb268f88b6ff6d1b6903cb8a4dfa273a8ecc1b188658f7e'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-08-05-42-beta/OpenJDK11U-jre_x64_linux_hotspot_2022-06-08-05-42.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-06-10 19:20:26 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.