2022-11-07 19:49:40 UTC
80.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-10-07-03-16-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:4500a762c54620411ae491a547c66b61d577c1369ecbf5a7e91b4e153181854b - 32.17% (25.9 MB)
[#001] sha256:c0cb8c30c15270da3e9d26a125a6471dc7eee50b89581714d7c5435d852401e0 - 16.09% (12.9 MB)
[#002] sha256:f1f189d028fdf488cc666ea9fd1e19156921d33036a1e182ced291ce2f4f28b9 - 51.74% (41.6 MB)
/bin/sh -c #(nop) ADD file:14c4aa7a136ce9eb1fae0ba0f394509990d44126be801a2713cf8722fbb2e6b9 in /
2022-10-25 01:44:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-11-07 19:49:25 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-11-07 19:49:36 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-11-07 19:49:37 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-10-07-03-16-beta
2022-11-07 19:49:40 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='bcbe9624ecabf01fd42a35554ddce649c078b43ca38e990f0a257df31a8d71c3'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jre_aarch64_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; armhf|armv7l) ESUM='f54b929ba9390569f6e64a88b7aa92773cfcadc940f7b212d92d54e385cfac6d'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jre_arm_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; ppc64el|ppc64le) ESUM='41485882625020bd72a6d90fa93e37d05f6d2b58d7cbedb528e863db9671094f'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jre_ppc64le_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; s390x) ESUM='54dff20a00ab4a9b49ca866bf84c1a031956e105a0518c577c175c95ecb321df'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jre_s390x_linux_hotspot_2022-10-07-03-16.tar.gz'; ;; amd64|x86_64) ESUM='b9db1a914048db1e75e096bc8b6ba1f1695ee545408436c59d3caacf889b3c9e'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-10-07-03-16-beta/OpenJDK11U-jre_x64_linux_hotspot_2022-10-07-03-16.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-11-07 19:49: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.