2023-08-21 15:56:13 UTC
138 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2023-08-19-21-37-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:82d728d38b98752cba7d2d7af8ee1cfe67ccdc5915814420650e78def5d1cebc - 17.97% (24.8 MB)
[#001] sha256:3488325ebe64e49616104c3f048ed84abf470ba7cf48485b6a1b50d0c9049650 - 11.02% (15.2 MB)
[#002] sha256:ebcaffe07f397f1be3bb9f8ebb9cf6ea50a849c0974e7025c88211fc62d2db90 - 71.02% (97.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-08-01 06:20:56 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-08-01 06:20:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-08-01 06:20:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-08-01 06:21:03 UTC/bin/sh -c #(nop) ADD file:ef6e767091d76c1461d099d5bc7a18c526ec80834cf87280803ab6480192f766 in /
2023-08-01 06:21:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-21 15:56:10 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-08-21 15:56:10 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
2023-08-21 15:56:10 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk8u-2023-08-19-21-37-beta
2023-08-21 15:56:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='79e0200908345c7a0833c0d5dfd0201507aff2a8bb3ae96ba43c553a321eef76'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-08-19-21-37-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2023-08-19-21-37.tar.gz'; ;; armhf|armv7l) ESUM='6cd2256c015146f75863f7d944037c4707f927853953e37fd495add896ae099f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-08-19-21-37-beta/OpenJDK8U-jdk_arm_linux_hotspot_2023-08-19-21-37.tar.gz'; ;; ppc64el|ppc64le) ESUM='a47c8b395d4b025b4214c7290f57739e4f9fd2d579269194f8d4842a0dd138d4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-08-19-21-37-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2023-08-19-21-37.tar.gz'; ;; amd64|x86_64) ESUM='fcf093c463100428c5fda2648c4c947f20b3134e50089f795ab66560487e92e4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-08-19-21-37-beta/OpenJDK8U-jdk_x64_linux_hotspot_2023-08-19-21-37.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-08-21 15:56:13 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.