2021-09-19 16:30:34 UTC
81.4 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-09-17-20-02-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:8258146296247df1f308a336d4abf286afae14e3375edefb87a091e80745e29f - 35.79% (29.1 MB)
[#001] sha256:30c30f851da5892287fcdd6631783ce8c3b2dcada9bef9c53b04bfbb0139e4da - 16.03% (13.1 MB)
[#002] sha256:dd8f991bc957b8c5309d5838ab8e11f80d5357bd7f3e234432d696a88c6dfd0c - 48.18% (39.2 MB)
/bin/sh -c #(nop) ADD file:6c1662ddb92232ae8969a86a18dacab97b3b5792a1ecda49e6ac741a1a5c878c in /
2021-09-03 01:24:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-19 16:28:35 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-09-19 16:30:19 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-09-19 16:30:20 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-17-20-02-beta
2021-09-19 16:30:33 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='689acb712d44bdb96869e490c6b74368617ee30b13b3ba8c8b921b7453c46b4a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-17-20-02-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-09-17-20-02.tar.gz'; ;; ppc64el|ppc64le) ESUM='edf34c7fd1527f83addf4629d3db9b8a3fcfd8d07077af24fb9526abef40487b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-17-20-02-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-09-17-20-02.tar.gz'; ;; s390x) ESUM='06330b8a4748f538c7cf4437467f2b015cad9cfc0b678bba1c1485a3749153b9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-17-20-02-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-09-17-20-02.tar.gz'; ;; amd64|x86_64) ESUM='6977bfa3cb88cfa7eaa79a9f23dc9208127100d8da1fe679499e72a7284ae190'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-17-20-02-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-09-17-20-02.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-09-19 16:30:34 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.