2021-12-01 16:59:43 UTC
114 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-11-30-05-55-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:c12eae84d2674466d924a139a276e361afa9f63de21cf77eae19bd94eaac2629 - 41.14% (46.7 MB)
[#001] sha256:9126c69247854e4b996a9f6c6bbf648ad8207d4c319eb82cc06daa8d95152271 - 14.77% (16.8 MB)
[#002] sha256:a6a26771267e6a22e3d1f253b426c14fa0c965e7c87554cc13e9a65a74a54714 - 0.0% (4.97 KB)
[#003] sha256:a014700d39394f8c4b626cd71aeaf5d618af0ad352f9c71617f4518e0a2af894 - 44.09% (50.1 MB)
/bin/sh -c #(nop) ADD file:dc4ee96f81059accdc88a686f80f1714bc9d2f383af71c0d130c08560cea115e in /
2021-11-17 02:42:42 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-12-01 16:37:36 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-12-01 16:37:49 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-12-01 16:37:50 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-30-05-55-beta
2021-12-01 16:37:51 UTC/bin/sh -c #(nop) COPY multi:da97b7f42d52b404e495fa140e92a22c92d31d4502eef244047de8e9f26d61c1 in /usr/local/bin/
2021-12-01 16:59:43 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='1e381f7a014aaf9bbb3a2aa429a36f0893abc582703dbd2b29bbaf540de4289c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-30-05-55-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-11-30-05-55.tar.gz'; ;; armhf|armv7l) ESUM='5f6f0fb0ba879dcee123c82e24596e4c063841f065e02bd824b601d948883cf7'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-30-05-55-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-11-30-05-55.tar.gz'; ;; ppc64el|ppc64le) ESUM='d8cd127c9debfbb4a84f378f529782be6e3bc86672cc5b743306c67898767ed3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-30-05-55-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-11-30-05-55.tar.gz'; ;; s390x) ESUM='40ebc409c65d77fee42f26cd1a875f8feeffc5b30913ef3a016356f8ca0ed891'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-30-05-55-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-11-30-05-55.tar.gz'; ;; amd64|x86_64) ESUM='d1e52c561d26d33ff76705f84e419589ab66fad9e3865396f6ae398f8558eeeb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-30-05-55-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-11-30-05-55.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;
2021-12-01 16:59:43 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.