2021-09-21 16:24:05 UTC
223 MB
/opt/java/openjdk
JAVA_VERSIONjdk11u-2021-09-17-13-10-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:a330b6cecb98cd2425fd25fce36669073f593b3176b4ee14731e48c05d678cdd - 11.6% (25.9 MB)
[#001] sha256:bf7da7c29198e90e9ff1f1544b47f3faa3cd3284957421d94a40810d51637314 - 5.6% (12.5 MB)
[#002] sha256:09f8698428b23b67a62b2e71f4bc6dc7fc57b36b66fbf8b6e15f123d2db3ed85 - 82.8% (185 MB)
/bin/sh -c #(nop) ADD file:4ff85d9f6aa246746912db62dea02eb71750474bb29611e770516a1fcd217add in /
2021-09-03 01:21:46 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-21 16:23:39 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-09-21 16:23:54 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/*
2021-09-21 16:23:54 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk11u-2021-09-17-13-10-beta
2021-09-21 16:24:03 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='3c0549f4bef4e55dd701ef38f8eef6e635f8bcaac361a52acac6153ce2ccf87c'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-17-13-10-beta/OpenJDK11U-jdk_aarch64_linux_hotspot_2021-09-17-13-10.tar.gz'; ;; armhf|armv7l) ESUM='a200083076cbd0ec5842c79ca69c1fe23978d6b2816d1374e50409ef1d900f50'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-17-13-10-beta/OpenJDK11U-jdk_arm_linux_hotspot_2021-09-17-13-10.tar.gz'; ;; ppc64el|ppc64le) ESUM='34a27e277b6cacc656af0a62c6fea814337d3d000fc0781e8d4bbceca98917c8'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-17-13-10-beta/OpenJDK11U-jdk_ppc64le_linux_hotspot_2021-09-17-13-10.tar.gz'; ;; s390x) ESUM='94f4eed7c5a045cf232f844327cfa15bed37b0edd261651e502348890f930aac'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-17-13-10-beta/OpenJDK11U-jdk_s390x_linux_hotspot_2021-09-17-13-10.tar.gz'; ;; amd64|x86_64) ESUM='e9f004ddd5f7f1f521243a1a7a387892861eb5fcc183a8becf56d21de5f7030d'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk11u-2021-09-17-13-10-beta/OpenJDK11U-jdk_x64_linux_hotspot_2021-09-17-13-10.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;
2021-09-21 16:24:05 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
2021-09-21 16:24:05 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.