2023-12-27 19:25:17 UTC
138 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2023-12-26-04-44-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:d519a3a2a796a075e4e40e5c4a1513aa8db8f8fdf009662bf6858f0149143b28 - 17.96% (24.8 MB)
[#001] sha256:908395e0c3e96521beb328696d42de8018863764295ca68a901a31f3a3841434 - 11.01% (15.2 MB)
[#002] sha256:1b62ab18eeaa48863c27fdb8cb02bfe88fb339870ee477dbb299c9e9dcedf39d - 71.02% (97.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-12-13 10:29:33 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-12-13 10:29:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-12-13 10:29:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-12-13 10:29:41 UTC/bin/sh -c #(nop) ADD file:9ec8b7bbb2fbc8c90f1f24e19ab22130e03be1cc4727459e1265d2ed652377a1 in /
2023-12-13 10:29:42 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-12-27 19:25:13 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-12-27 19:25:13 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-12-27 19:25:13 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk8u-2023-12-26-04-44-beta
2023-12-27 19:25:17 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='4398549e8bcba301750f46fbc5891bd6eff08812ef7907b11b078c373fe19dbd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-26-04-44-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2023-12-26-04-44.tar.gz'; ;; armhf|armv7l) ESUM='231f5607282b98e8cabed89554740fa69e044990a3e721efed5769c887b90305'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-26-04-44-beta/OpenJDK8U-jdk_arm_linux_hotspot_2023-12-26-04-44.tar.gz'; ;; ppc64el|ppc64le) ESUM='73edd8c03fec01973ad8a444ea174b925c5cfe63bfd141b75c007c4653428db6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-26-04-44-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2023-12-26-04-44.tar.gz'; ;; amd64|x86_64) ESUM='f68aea94634b6119966ccc7f42f2ed01d8e5a21adae6f2d5bbc3ff01ae9ccf3f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2023-12-26-04-44-beta/OpenJDK8U-jdk_x64_linux_hotspot_2023-12-26-04-44.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-12-27 19:25:17 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.