2023-11-15 11:47:29 -0500
143 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2023-11-11-22-14-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:f1c4ab65f666dae98ad8e32b78770e1c705b2a66bd87bd84de1371ecc6e45b22 - 21.33% (30.6 MB)
[#001] sha256:479cf3534feb92496c216fa2105d0a325bbeaa092f53a63d198a11a1a7956bf6 - 11.46% (16.4 MB)
[#002] sha256:db93f7b4149cd2d349f48fcc112c47fe9ba10a70550035f3cdc08e4e72a9d06d - 67.21% (96.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-10-03 11:03:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-10-03 11:03:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-10-03 11:03:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-10-03 11:03:56 UTC/bin/sh -c #(nop) ADD file:ba2394102af0c0584d39af9ec5dd4fa13286293b4607ac7cb9e16d7a2781eef2 in /
2023-10-03 11:03:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-11-15 11:47:24 -0500 (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-11-15 11:47:24 -0500 (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
2023-11-15 11:47:24 -0500 (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk8u-2023-11-11-22-14-beta
2023-11-15 11:47:29 -0500 (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='7ab36f097ef377ea7288bed49e5e0d3107e5f8cdc01ff20067d6874452227863'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-11-11-22-14-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2023-11-11-22-14.tar.gz'; ;; armhf|armv7l) ESUM='35534805789623ca3f214fbacd79e6c9ad8a5c21af95fa97e2e6dc2de6ff437b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-11-11-22-14-beta/OpenJDK8U-jdk_arm_linux_hotspot_2023-11-11-22-14.tar.gz'; ;; ppc64el|ppc64le) ESUM='62f0ca42513846791a60bb55121a8897c1ef65fbe20aef1c2c9174661254d0f6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-11-11-22-14-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2023-11-11-22-14.tar.gz'; ;; amd64|x86_64) ESUM='a23a865ff56f3106c1fd72f4c482d9b832e1779108b8d4bd6ca3eddfcff11435'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-11-11-22-14-beta/OpenJDK8U-jdk_x64_linux_hotspot_2023-11-11-22-14.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
2023-11-15 11:47:29 -0500 (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.