2025-03-02 16:52:36 UTC
140 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u452-b03-ea-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:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 - 18.69% (26.2 MB)
[#001] sha256:df1e8adcd8d21eaa3624e5727ec4321ec0ccb9319d88497a84d38404b7bb42bd - 10.92% (15.3 MB)
[#002] sha256:865bb8ffdca8baf0de612cae3bce3211ce00b408a4064f63cfc3b054f8f65916 - 70.39% (98.8 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in /
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-02 16:52:31 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2025-03-02 16:52:31 UTC (buildkit.dockerfile.v0)RUN /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/* # buildkit
2025-03-02 16:52:31 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk8u452-b03-ea-beta
2025-03-02 16:52:36 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='fcea3ff0b144e6fc0ee1cbe7e08c19ce29b2d12d714cc2fc3c8a6dd1414693e9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u452-b03-ea-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_8u452b03-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='2744db3f6d2069d83141432bce0a1c43b22ebb9a9e13c050397b05830729fcac'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u452-b03-ea-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u452b03-ea.tar.gz'; ;; amd64|x86_64) ESUM='1cbf601630c17b4621fb2e9473a8f6eb692e5ab709da3ca1f88df06f3ef80ce8'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u452-b03-ea-beta/OpenJDK8U-jdk_x64_linux_hotspot_8u452b03-ea.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; # buildkit
2025-03-02 16:52:36 UTC (buildkit.dockerfile.v0)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.