2021-11-19 16:41:59 UTC
78.2 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-11-17-22-03-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:a10c77af261312e7c92bcc184f2d1726175ff7f142e44b01c5779cd79348b9fd - 33.1% (25.9 MB)
[#001] sha256:8959a011a45d3c327ba7c9e8107aa58dafab15c96c53b073b7d811a291864ec4 - 15.98% (12.5 MB)
[#002] sha256:294f898e1d2f6dd45cd1be6249e29c507b5057f50fe8b1779026b763cd43e747 - 50.91% (39.8 MB)
/bin/sh -c #(nop) ADD file:3c54ad257f2e04f7294ce879b884820cf4726c8e93ec548172825963e40c79ad in /
2021-11-17 02:21:02 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-11-19 16:41:39 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-11-19 16:41:54 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-19 16:41:54 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-17-22-03-beta
2021-11-19 16:41:58 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='d528f359d9ac5fdb39182f30f68fa8bdb750bbe041a3a4e7ecade4acecd86ff4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; armhf|armv7l) ESUM='e8ba92ab67fca86b7568d399b27591cfc32a61265527f31f032e9fd7d46c7118'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; ppc64el|ppc64le) ESUM='9f1936a2525a1a74b1cf73fb845f0be069bdf9788e4754dd0a799056eadaabed'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; s390x) ESUM='ab259326030bb63d5bd361e2923745be0681e986f4f2da3b3f4ba8cb935c960f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; amd64|x86_64) ESUM='103c30b169d56819607d5d774dcc4793682d06f788c3c85a1ee00bd0d1086ef4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-11-17-22-03.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-19 16:41:59 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.