2024-03-17 19:27:54 UTC
225 MB
/opt/java/openjdk
JAVA_VERSIONjdk-11.0.23+6-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:4a21b857313366ffd622f19e31c4300a81dce92b023b4ff6583ca167179804ac - 11.5% (25.9 MB)
[#001] sha256:705745e4509b5be1014e6dee9cb556c84f38dc191e43e5b3f9dd38db213f17b3 - 5.55% (12.5 MB)
[#002] sha256:d4e241ebd903f5b55987c4eea31f2b1011a44812213afe12c5741e890a13842d - 82.95% (187 MB)
/bin/sh -c #(nop) ADD file:e64f92c07598d7a1e58a8116342198e837ea4ed870cac2c252323c261b270566 in /
2024-03-12 01:21:46 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-03-17 19:27:48 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-03-17 19:27:48 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-03-17 19:27:48 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk-11.0.23+6-ea-beta
2024-03-17 19:27:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='4d34a5fd245675d6fd294e8fc31e81a340b5f9292e9bb6d6039a81c45cc86774'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B6-ea-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.23_6-ea.tar.gz'; ;; armhf|armv7l) ESUM='823995c111732cf802e07340e11822626d820131976d976d3e2ef26d266a2b0b'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B6-ea-beta/OpenJDK11U-jdk_arm_linux_hotspot_11.0.23_6-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='f0e6bed51f66a402229f0e84ea381b35ccbcc76c20fa95d6d66498151888a43a'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B6-ea-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.23_6-ea.tar.gz'; ;; s390x) ESUM='c2c73cc835cdc91926d92e6acf4b5f9ac453a1a4e56a97d4ab92934ad5546dd2'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B6-ea-beta/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.23_6-ea.tar.gz'; ;; amd64|x86_64) ESUM='994288a652351ba30eb5b60a76fe6268223d9cb1196db8268ad2cc3d9873a268'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B6-ea-beta/OpenJDK11U-jdk_x64_linux_hotspot_11.0.23_6-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-03-17 19:27:54 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-03-17 19:27:54 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.