2021-12-22 16:55:09 UTC
139 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-12-21-04-51-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:a39c84e173f038958d338f55a9e8ee64bb6643e8ac6ae98e08ca65146e668d86 - 18.64% (25.9 MB)
[#001] sha256:2a3747ce3a24cdac59c865e7a9e6e7850b77c0702ff83ed620b04b7eaf0e16a3 - 10.91% (15.2 MB)
[#002] sha256:18794cb45d59ad2330b85047e40e083df86fade2a016e8cfcfc4130a7b3fe983 - 70.46% (97.9 MB)
/bin/sh -c #(nop) ADD file:ff4909f2124325dac58d43c617132325934ed48a5ab4c534d05f931fcf700a2f in /
2021-10-16 01:47:45 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-12-22 16:54:41 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-12-22 16:55: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/*
2021-12-22 16:55:02 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-12-21-04-51-beta
2021-12-22 16:55:08 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='716a89e89f118106f9edb87092d6163b8dbc01d4eac28876e3e9e409cbfc38cc'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-21-04-51-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-12-21-04-51.tar.gz'; ;; armhf|armv7l) ESUM='ccfaa0146d4edd591e13edf95f6b32ea1c02674265417b4f27978e96f7c8fc5d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-21-04-51-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-12-21-04-51.tar.gz'; ;; ppc64el|ppc64le) ESUM='63fc3b28792b640d960ad3c216904e3e1845883d703ff0372597a6eb2ad2eec3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-21-04-51-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-12-21-04-51.tar.gz'; ;; s390x) ESUM='0d45d8b616238119198656e2e4d400977172b63dbc8a89341fc77e618f571a9a'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-21-04-51-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-12-21-04-51.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='de8fdbb95f87b539a907fecf3f96a72260304f819c008c0c18c69c7b309f5097'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-21-04-51-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-12-21-04-51.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-12-22 16:55:09 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.