2024-05-19 17:59:20 UTC
226 MB
/opt/java/openjdk
JAVA_VERSIONjdk-11.0.24+3-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:6299ae3fea5d052b297d91a57200563362b8f2c95358c6e3010d6fa3ed44e7c4 - 11.55% (26.1 MB)
[#001] sha256:b4e0c9ba7c753bf032c8253931253f2eca341f5834d7d127da210c227f4e9790 - 5.55% (12.5 MB)
[#002] sha256:f81b0aa73bc647917ad5a7cb38fd5da8280bd8d86c71b714065a5c75a91e50cf - 82.9% (187 MB)
/bin/sh -c #(nop) ADD file:ea1fe4f19165d885a1f3d523e0ebdcc3e863e6b93717c8022529edb674a52e2d in /
2024-05-14 01:28:46 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-05-19 17:59:14 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2024-05-19 17:59:14 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-05-19 17:59:14 UTC (buildkit.dockerfile.v0)ENV JAVA_VERSION=jdk-11.0.24+3-ea-beta
2024-05-19 17:59:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='273d4e899b98857ee5d82dc41e3a59ecfa95bffb448c12c7adcbf44508971acb'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B3-ea-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.24_3-ea.tar.gz'; ;; armhf|armv7l) ESUM='c045324ffd831e9ac1b8cfbbd06fb03780f25ca26b40324d1b8250dc5f60832d'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B3-ea-beta/OpenJDK11U-jdk_arm_linux_hotspot_11.0.24_3-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='dff17a90f4e71396f252670595aede90013e298f0677f48e62680eb52493e6da'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B3-ea-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.24_3-ea.tar.gz'; ;; s390x) ESUM='d593884344dd358e47028aa373a8ea982d41262c631854e6e883b4edc7a186b4'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B3-ea-beta/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.24_3-ea.tar.gz'; ;; amd64|x86_64) ESUM='5fa2030cb1e49e38ac6f43cc4d41192c08c0b2d7971104bdc359414a69d42f35'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.24%2B3-ea-beta/OpenJDK11U-jdk_x64_linux_hotspot_11.0.24_3-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-05-19 17:59:20 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-05-19 17:59:20 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.