2021-10-01 15:21:40 UTC
141 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-09-29-20-22-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:f3ef4ff62e0da0ef761ec1c8a578f3035bef51043e53ae1b13a20b3e03726d17 - 19.28% (27.2 MB)
[#001] sha256:d97a51e23c79bf9fab62279f08cfdd4aece0b0f8718a008b5e1fb432b31eab53 - 10.82% (15.3 MB)
[#002] sha256:2a7a74995523e7836cfc63d53f8eae24f90808a27ffab6ac6c4e271c74aa1caa - 69.9% (98.8 MB)
/bin/sh -c #(nop) ADD file:8d2f4a45a58b3f5426c89e2ef57164824fbf0e4d17b8a90fffa0d5ff3b4e5114 in /
2021-10-01 02:23:40 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-10-01 15:21:15 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-10-01 15:21:32 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-10-01 15:21:32 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-29-20-22-beta
2021-10-01 15:21:39 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='de0364a7829284e6469d96ce67bf33d9a993b2476e432d86f576d3af9615c075'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-29-20-22-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-09-29-20-22.tar.gz'; ;; armhf|armv7l) ESUM='afc80c2a83d2e6132cbb3def6475f2ce8de3eb10aff1a483ebb1ddc31fffed86'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-29-20-22-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-09-29-20-22.tar.gz'; ;; ppc64el|ppc64le) ESUM='5fd80a7d631aee6d0f99619e3bee6824fcd04bf3c03a7f04010050e7d6ddae65'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-29-20-22-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-09-29-20-22.tar.gz'; ;; s390x) ESUM='56385127610884401f48d1ed7ba00f1d7a537556597edcc64e60939c9e3076c6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-29-20-22-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-09-29-20-22.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='827379b455475729147e120c9ba9e3b8fa3b2c66008c9e5828e15adec40dadce'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-29-20-22-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-09-29-20-22.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-10-01 15:21:40 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.