2022-08-29 15:06:18 UTC
137 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-08-27-03-17-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:2238450926aa858e592e60bb5d68dd26eeab8a984eee45505ca89d2022e3b450 - 18.87% (25.9 MB)
[#001] sha256:040afad5ea7d5ea8383f751e02e2d6a9dfcd6a6988d2f00bf501516e32255d39 - 9.12% (12.5 MB)
[#002] sha256:3d62bc9eed365154e7dfb6e59457a4e1c6a861427cb4a845a924bb667a3a92e2 - 72.0% (98.7 MB)
/bin/sh -c #(nop) ADD file:baca493d7744d12304f6d9c7b6ec0800453a0ba02cbf4005ec35c7b921adf0c4 in /
2022-08-23 00:21:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-29 15:05:57 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-29 15:06:11 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-08-29 15:06:12 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-27-03-17-beta
2022-08-29 15:06:17 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='e971e435a13bd8109a59f75dead692e242bdba11a431cff31dcbc78b389037d6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-08-27-03-17.tar.gz'; ;; ppc64el|ppc64le) ESUM='08ac0db77bf6638e0f1bd708790ea27922cb63102bf1824a452632f3252c70db'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-08-27-03-17.tar.gz'; ;; s390x) ESUM='63090821fbef84008d09e48da0abb9e3ea4a727b0723e3110c26bccd79e2e526'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-08-27-03-17.tar.gz'; ;; amd64|x86_64) ESUM='7fc6e5629cedf00a515cb1d0d89f9f62c345620c00e1c3abf9f4e446f494c3e2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-27-03-17-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-08-27-03-17.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-08-29 15:06:18 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.