2022-09-02 15:26:16 UTC
88.7 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-09-01-13-47-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 - 29.17% (25.9 MB)
[#001] sha256:ea2a82bb121934bddf32f0701ced514cbac2e1d96983019faca43f157e7b735d - 14.1% (12.5 MB)
[#002] sha256:6222cb522eea7cc4014de91e6b32637176444b5fb0219232bb6ccb9fa46113d3 - 0.01% (4.97 KB)
[#003] sha256:7368497af0021f9e1d135e6c5d04632496946a715e52ea7a3c62fbe11a1392ab - 56.72% (50.3 MB)
/bin/sh -c #(nop) ADD file:baca493d7744d12304f6d9c7b6ec0800453a0ba02cbf4005ec35c7b921adf0c4 in /
2022-08-23 00:21:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-02 15:24:50 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-09-02 15:25:02 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-09-02 15:25:02 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-09-01-13-47-beta
2022-09-02 15:25:02 UTC/bin/sh -c #(nop) COPY multi:da97b7f42d52b404e495fa140e92a22c92d31d4502eef244047de8e9f26d61c1 in /usr/local/bin/
2022-09-02 15:26:15 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='6d9b5ac233c97779dafc2ea394524fe15fe2e4ea5f45f96678f9b365a0f86e63'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-01-13-47-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-09-01-13-47.tar.gz'; ;; ppc64el|ppc64le) ESUM='3f0e1d0a44e5c1746bbc6b9d6caadd1ae082008a9d8c1004c1e38079e89623bf'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-01-13-47-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-09-01-13-47.tar.gz'; ;; amd64|x86_64) ESUM='a45c060987f6dd87558ab1b02d4733c77fb619ef3284e210d3165d4d6e96ef0a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-09-01-13-47-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-09-01-13-47.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; export PATH="/opt/java/openjdk/bin:$PATH"; apt-get update; apt-get install -y --no-install-recommends binutils; /usr/local/bin/slim-java.sh /opt/java/openjdk; apt-get remove -y binutils; rm -rf /var/lib/apt/lists/*; rm -rf /tmp/openjdk.tar.gz;
2022-09-02 15:26:16 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.