2021-12-31 18:00:11 UTC
100 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-12-30-03-54-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:506fcc46017f6aa41ccd20bb2ea02ae7698abd4e52104cd94243f7aa64ce5ee0 - 46.61% (46.7 MB)
[#001] sha256:615dbef8d56ca7fc428f58123ff5821a724b061406a641339976bd989be738ef - 16.74% (16.8 MB)
[#002] sha256:dbe00d151a161392dedcc96f33dd823b56e178179d67ee74e5ec68c4ba35d6e6 - 36.65% (36.7 MB)
/bin/sh -c #(nop) ADD file:def95923e24cb6059ca87ed32edda32704debf3cdd64fb6c50e156b7528dce0f in /
2021-12-21 01:42:42 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-12-31 17:59:53 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-12-31 18:00:06 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-31 18:00:06 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-12-30-03-54-beta
2021-12-31 18:00:10 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='4fba61c9222ebadce21003e503e2e5c9be5e78b6a3774f27287ae90c5ca58d14'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-30-03-54-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-12-30-03-54.tar.gz'; ;; armhf|armv7l) ESUM='2e1ad0c2428f1263d65f570540a59e1d5734e1e153dc082e561d45a5300a2f11'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-30-03-54-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-12-30-03-54.tar.gz'; ;; ppc64el|ppc64le) ESUM='074e6fc1bef37ea2d8de69f30353e12d4412da2cf06585b8f6c75f5c16cad399'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-30-03-54-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-12-30-03-54.tar.gz'; ;; s390x) ESUM='a89025146397620ebc6270c719fa7fdf3d05518d5d20b3108a1392ef37eabcee'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-12-30-03-54-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-12-30-03-54.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-31 18:00:11 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.