2024-08-04 18:11:57 UTC
229 MB
/opt/java/openjdk
JAVA_VERSIONjdk-11.0.25+1-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:9ea8908f47652b59b8055316d9c0e16b365e2b5cee15d3efcb79e2957e3e7cad - 11.48% (26.2 MB)
[#001] sha256:67c2b034283bae72ff5efe179d60bcb4a6000701155b0444cfc81b660a13f572 - 6.7% (15.3 MB)
[#002] sha256:97bd9180a959c77c9b1253fd2e7aae4e7db98f09894a3ed676cb44c54bb157e0 - 81.82% (187 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-06-03 17:10:41 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-06-03 17:10:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-06-03 17:10:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-06-03 17:10:43 UTC/bin/sh -c #(nop) ADD file:e7cff353f027ecf0a2cb1cdd51714de3b083a11a0d965f104489f9a7e6925056 in /
2024-06-03 17:10:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-08-04 18:11:50 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-08-04 18:11:50 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-08-04 18:11:50 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk-11.0.25+1-ea-beta
2024-08-04 18:11:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='be429fc32770d532d5481f6d8eebb2f081f5e0a1146c86a426ac791bd61d3afe'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B1-ea-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.25_1-ea.tar.gz'; ;; armhf|armv7l) ESUM='1b3465d913ec1b2d1bca4df40bbd96d8add61b1402475d657af8e28769e0d45e'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B1-ea-beta/OpenJDK11U-jdk_arm_linux_hotspot_11.0.25_1-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='6156e38261c86dae078a62c8735f2c2c1cc6cd9018c2477199055b33628ba4ee'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B1-ea-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.25_1-ea.tar.gz'; ;; s390x) ESUM='99e50d86f93e031e2aedb4338a3661d5d57ebb3948be04bfc9a6b0c15d1c4f97'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B1-ea-beta/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.25_1-ea.tar.gz'; ;; amd64|x86_64) ESUM='00ee47892d5de7f60b2e91ec35206eccabeff503f342e9147fab38104692b2c0'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B1-ea-beta/OpenJDK11U-jdk_x64_linux_hotspot_11.0.25_1-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-08-04 18:11:57 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-08-04 18:11:57 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.