2022-06-28 18:25:46 UTC
224 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2022-06-28-12-14-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:824b15f81d6568adc139263c39805e52d9880758b907f40144bbb1938ca59323 - 11.56% (25.9 MB)
[#001] sha256:40f706b937fbebced490d245765df99014bb72aaa8e4a5116f2ca3bb5ecb25ce - 5.59% (12.5 MB)
[#002] sha256:6490e1b5a99e3dc6e38c598aa91be81417a91e6bf4f5c21f6c55aff11a08015c - 82.86% (186 MB)
/bin/sh -c #(nop) ADD file:0ae121f9805d31a4ad0ed63e1fc397167a23656a285572fe68bfc51ea91ecfdd in /
2022-06-23 00:20:46 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-28 18:25:21 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-06-28 18:25:37 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-28 18:25:37 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2022-06-28-12-14-beta
2022-06-28 18:25:46 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b079d6e432c66aac51528d52a75635a0249f089bc7263f5fd9620e3d6f697f71'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-28-12-14-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2022-06-28-12-14.tar.gz'; ;; ppc64el|ppc64le) ESUM='5c9b8d34d02b9f9deff138b755a97e1121bebddd5e42f8a2f7752444a7454c63'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-28-12-14-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2022-06-28-12-14.tar.gz'; ;; s390x) ESUM='919745b368f8cf06a9fb7eed21ec0e97dd60054b54bbf15cb4990149f24238ee'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-28-12-14-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2022-06-28-12-14.tar.gz'; ;; amd64|x86_64) ESUM='4095a8c424e7a55f20d8155cda6df5e829c8340fc78a0c71c3181ae3a31ef0a4'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2022-06-28-12-14-beta/OpenJDK11U-jdk_x64_linux_hotspot_2022-06-28-12-14.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-28 18:25:46 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
2022-06-28 18:25:46 UTC/bin/sh -c #(nop) 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.