2024-05-19 16:06:46 UTC
81.5 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u422-b01-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:d4c3c94e5e10ed15503bda7e145a3652ee935c0b2e9de9b5c98df7ec0a0cd925 - 32.2% (26.2 MB)
[#001] sha256:c95669ca0b86af5c074ffc6c5007220ded3768ac97ddcedd7f89d03e3187ee92 - 18.8% (15.3 MB)
[#002] sha256:1f80e8f914866f3f78699f5711711ff8757853f9d1d22f50393e55aef6a66889 - 49.0% (39.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-27 14:03:39 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-27 14:03:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-27 14:03:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-04-27 14:03:41 UTC/bin/sh -c #(nop) ADD file:e5742fae181dc02a419e48d202fdd6a561b79ccbe7d3415e15e3d2c12e444a2a in /
2024-04-27 14:03:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-05-19 16:06:43 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-05-19 16:06:43 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
2024-05-19 16:06:43 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk8u422-b01-ea-beta
2024-05-19 16:06:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='bc609808c7f86ac82fecbc7649c254d099e7d2857acfd8c0f97fb1fc7443443d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b01-ea-beta/OpenJDK8U-jre_aarch64_linux_hotspot_8u422b01-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='0b16e217f5f3d50d7003c718c1eb68bd38b7d0b3ea0bb68b1f54e0a74f20e616'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b01-ea-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_8u422b01-ea.tar.gz'; ;; amd64|x86_64) ESUM='53ed7637cd5333ea37238a548c193b93ad321911a179300553f55e3270e6b9fb'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b01-ea-beta/OpenJDK8U-jre_x64_linux_hotspot_8u422b01-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-05-19 16:06:46 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.