2022-06-20 15:48:15 UTC
131 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-06-18-05-02-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:94516ab12915ac684a13a2161b8bcaa315b01708a424f29d321971d81ac29a93 - 18.76% (24.6 MB)
[#001] sha256:6c68e64ffe91da62f3c4c70174bc00b7f5fd1550c0b1c77562c2a201cd402258 - 9.67% (12.7 MB)
[#002] sha256:e5dca3a8a5d8cbe14d1dbe875f9c04ff48890634e3aaba3a88b67d8df7bdba8d - 71.57% (93.7 MB)
/bin/sh -c #(nop) ADD file:eb7d389650b193828480416ddc8257a8dc05bcaba9be79ef2b931e7bbae39bdc in /
2022-05-28 00:43:45 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-20 15:47:56 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-06-20 15:48:09 UTC/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/*
2022-06-20 15:48:10 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-06-18-05-02-beta
2022-06-20 15:48:15 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='d4df969776155263a4d3e5bc12cf315884643aa9efb1e7a882a274403baf94a3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-18-05-02-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-06-18-05-02.tar.gz'; ;; armhf|armv7l) ESUM='106a61f4042225258610f38214d76ecd165013137fea8d41852e42f7a80b85a7'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-18-05-02-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-06-18-05-02.tar.gz'; ;; ppc64el|ppc64le) ESUM='05571a958043830dde2429ee455acf6f54344a7f816329a28a3e9c534ab95d3f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-18-05-02-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-06-18-05-02.tar.gz'; ;; s390x) ESUM='948b92f8e473c930af43f0d2708608ec79dac4fc21f20bf6763c08d09c86a817'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-18-05-02-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-06-18-05-02.tar.gz'; ;; amd64|x86_64) ESUM='96bf5c4be7e76577e878173980eb0bde088e32a48f8c9af03dbee59850cfa1d4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-06-18-05-02-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-06-18-05-02.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;
2022-06-20 15:48:15 UTC/bin/sh -c #(nop) 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.