2022-08-12 16:42:55 UTC
80 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-08-11-03-16-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:a749a280e3e905de447c3d95a39e8aa1ede5835a6eadeb0c11596051592b675b - 32.42% (25.9 MB)
[#001] sha256:33da62e67201c276fb1d5dda38d10d15ea3c8d3ac88710a264ec915ee93a6c8d - 18.95% (15.2 MB)
[#002] sha256:44e4d6a40d936d0399f35a46ae98b2d7b5d9d6886b64961edbe0fdf1154728a7 - 48.64% (38.9 MB)
/bin/sh -c #(nop) ADD file:151548d1bfac57d762f2c0b18b2378c363ffd1568da9fecd4be611db4832e8e2 in /
2022-08-02 01:18:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-12 16:42:30 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-12 16:42:51 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-12 16:42:51 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-11-03-16-beta
2022-08-12 16:42:54 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b580b1a495668d6a166f7d2f0db89a44361d6a046cf3b5ca193058b945a76f8a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-11-03-16-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-08-11-03-16.tar.gz'; ;; armhf|armv7l) ESUM='9d991e61137286b9390e301f40302ac857b08e1b550034da69fa44c22e71b4fd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-11-03-16-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-08-11-03-16.tar.gz'; ;; ppc64el|ppc64le) ESUM='3b55a845ef53f4f12e60078005d72c2635421165cf5aa37ba03b2c64afca4a6b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-11-03-16-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-08-11-03-16.tar.gz'; ;; s390x) ESUM='ca6d77c7995dcba5f93682985e209a1373f0c2973b98cb4111534d7f4268378a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-11-03-16-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-08-11-03-16.tar.gz'; LIBFFI_SUM='05e456a2e8ad9f20db846ccb96c483235c3243e27025c3e8e8e358411fd48be9'; LIBFFI_URL='http://launchpadlibrarian.net/354371408/libffi6_3.2.1-8_s390x.deb'; curl -LfsSo /tmp/libffi6.deb ${LIBFFI_URL}; echo "${LIBFFI_SUM} /tmp/libffi6.deb" | sha256sum -c -; apt-get install -y --no-install-recommends /tmp/libffi6.deb; rm -rf /tmp/libffi6.deb; ;; amd64|x86_64) ESUM='fcbf90e7b2cc3dbfe85e2dd16a65540390077f37918282dd77584d2e6d83f4b8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-11-03-16-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-08-11-03-16.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-12 16:42:55 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.