2024-04-28 18:32:44 UTC
229 MB
/opt/java/openjdk
JAVA_VERSIONjdk-11.0.23+7-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:4477f8fe99ebfd23fa06d28a2fa42eaa05d726926afc0a055e1ff2b612b7a293 - 11.48% (26.2 MB)
[#001] sha256:9baeea5ef498364a9215097976c55ab16caf9cfc97f79bc70d912a8c773c9d38 - 6.7% (15.3 MB)
[#002] sha256:a4f89f32a932ecf2e060a1cea77916c9653ff79fc983281541959c5022c6a7c1 - 81.82% (187 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-04-17 18:23:31 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-17 18:23:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-17 18:23:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-04-17 18:23:33 UTC/bin/sh -c #(nop) ADD file:f0e219aa0262921f4667bb1a79ad839b3efd92e23eef2d1b5eba9cfe4eaf78cc in /
2024-04-17 18:23:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-28 18:32:37 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-04-28 18:32:37 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-04-28 18:32:37 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk-11.0.23+7-ea-beta
2024-04-28 18:32:44 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a0b4ee09c86271eecf722aec85c2916124b2c001787b3cf0d9447aa80fac3734'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B7-ea-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.23_7-ea.tar.gz'; ;; armhf|armv7l) ESUM='2a5019d4b8f99b2978ff1e626e6a9c93f9a8546061340882bb571ef4e8d9e96e'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B7-ea-beta/OpenJDK11U-jdk_arm_linux_hotspot_11.0.23_7-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='8c43c56802c28ac284a38450ff31ea535add8bbbf8f52b6873eec212902338ba'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B7-ea-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.23_7-ea.tar.gz'; ;; s390x) ESUM='341fc3b3a07d9b06c7b8d8f2648794f92a5e814c2bcc6935fcd4821d4d5a148c'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B7-ea-beta/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.23_7-ea.tar.gz'; ;; amd64|x86_64) ESUM='cd79104256be99a3a32b13eda63ad2fdd6f3e487ff8f890de4e04007bff60e4b'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B7-ea-beta/OpenJDK11U-jdk_x64_linux_hotspot_11.0.23_7-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-04-28 18:32:44 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
2024-04-28 18:32:44 UTC (buildkit.dockerfile.v0)CMD ["jshell"]
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.