2024-09-22 11:32:16 -0400
143 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u432-b04-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:f3b175423e2add884b475baca08015a389b9791d811b3b5578a0b60aeb7e2923 - 21.33% (30.6 MB)
[#001] sha256:22e31bd30dbe6616acc4e431ad474d1466338185908d42ad22942abe2ebcc399 - 11.47% (16.4 MB)
[#002] sha256:8e0cf5612bc6846436e0fac2fd3bdbdf201b9b20e3d279e20d0a4548b836bbd8 - 67.21% (96.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-13 09:30:49 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-13 09:30:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-13 09:30:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-08-13 09:30:52 UTC/bin/sh -c #(nop) ADD file:7d009a6f6f630a25fba49573f13f6e4cdec238cb4420829b37d53d9a97b8a941 in /
2024-08-13 09:30:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-22 11:32:11 -0400 (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-09-22 11:32:11 -0400 (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
2024-09-22 11:32:11 -0400 (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk8u432-b04-ea-beta
2024-09-22 11:32:16 -0400 (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='7682fab2729f5a78408e97f9c49af4daf8cc9484b740840db517791945708ef4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b04-ea-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_8u432b04-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='f94ced056a2907a7d50b668b497611006113aee2d93ceabbc261a7e5a64612dc'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b04-ea-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u432b04-ea.tar.gz'; ;; amd64|x86_64) ESUM='134cb962e58e7df955cc748dbf2c3eca7fc560888fcee25e159d1e210327f7ef'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b04-ea-beta/OpenJDK8U-jdk_x64_linux_hotspot_8u432b04-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
2024-09-22 11:32:16 -0400 (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.