2023-10-12 00:43:42 UTC
86.3 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2023-10-10-03-29-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:fa78ce4014add322eddde3378405efe21c85e886c0195e18533d5991d5477833 - 35.43% (30.6 MB)
[#001] sha256:adf1ae14885126bfdf004d1c309426fab650d8e448a12009a72318696ba67a2d - 19.04% (16.4 MB)
[#002] sha256:fb6a2ba0ff859603b54030639da30a5ed1974a24978334119f567b87690f5032 - 45.54% (39.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-08-01 06:20:36 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-08-01 06:20:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-08-01 06:20:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-08-01 06:20:40 UTC/bin/sh -c #(nop) ADD file:822df76493d1d533c1a283ab7bb20ce81309f57279422a0eebb2ffb9fab55963 in /
2023-08-01 06:20:40 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-10-12 00:38:28 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-10-12 00:42:55 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/*
2023-10-12 00:43:08 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2023-10-10-03-29-beta
2023-10-12 00:43:33 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b82d5856c89651df10827eb970ac8ec6d3e9930437874c0867e121ccacf5a2fa'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-10-10-03-29-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2023-10-10-03-29.tar.gz'; ;; armhf|armv7l) ESUM='c5a5bd5c697bb0e9d27cc10465b861a834b9c0cc13a542d309eca56e1deda3ec'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-10-10-03-29-beta/OpenJDK8U-jre_arm_linux_hotspot_2023-10-10-03-29.tar.gz'; ;; ppc64el|ppc64le) ESUM='94a22e4c86cd15994abe57f741f4a5a41c478f4aafde55c0b02d09402f6c781d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-10-10-03-29-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2023-10-10-03-29.tar.gz'; ;; amd64|x86_64) ESUM='ae9ada1748dfe3b43c3e357a8ec49867b0f746875517bdb4cdb0f1239692ed84'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-10-10-03-29-beta/OpenJDK8U-jre_x64_linux_hotspot_2023-10-10-03-29.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;
2023-10-12 00:43:42 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.