2024-01-06 16:24:05 UTC
162 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2024-01-06-09-39-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:93507f9712ced9fbfd0d0f689cf7b55fb245cef88530c07ac5dc5cad20fa889d - 29.03% (47 MB)
[#001] sha256:2697f608df5030bd3cef9c1c40bc0562b857645f9e5828d661957580bc011ce0 - 10.48% (17 MB)
[#002] sha256:6fd68d0ca0b66c9a01bfefbf4102b40e9873e445a41fd131b5a525ae1594cc65 - 60.48% (97.9 MB)
/bin/sh -c #(nop) ADD file:df5e5dd39efc6ae3cc9132f6ca6bb569731f7a37cf4b41f87bcb7aa1ba9771e8 in /
2023-12-19 01:41:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-01-06 16:24:02 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-01-06 16:24:02 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-01-06 16:24:02 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk8u-2024-01-06-09-39-beta
2024-01-06 16:24:05 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='dfedaff5927526565379c002b7235a22f7a5b11ac34d1066e93df5890c10e7a2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2024-01-06-09-39-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2024-01-06-09-39.tar.gz'; ;; ppc64el|ppc64le) ESUM='bed49d13330c218510d350e888eff5d08f69506b4a60f0ddb8b3d67c863567d1'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2024-01-06-09-39-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2024-01-06-09-39.tar.gz'; ;; amd64|x86_64) ESUM='7de0006a4094223e99a625e09ee2718886e2acf4729c992dd5e60ce96a72159d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2024-01-06-09-39-beta/OpenJDK8U-jdk_x64_linux_hotspot_2024-01-06-09-39.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-01-06 16:24:05 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.