2022-08-17 15:32:33 UTC
157 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-08-16-04-28-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:8031e15331a0dfcc3509ff9e409d7bbbf567a40367f9eff78effb21b904d39ba - 29.73% (46.7 MB)
[#001] sha256:9c89ce7ffaf961da73ef538cf40e570e9808224f9a643bc9f00c28081bc8d9df - 10.69% (16.8 MB)
[#002] sha256:758ef1addc8d4e14abb32a72ebfb6713661651603d38e452de3ed9fe4cc046aa - 59.58% (93.7 MB)
/bin/sh -c #(nop) ADD file:d4184c5029732fe05023927be89b0c768483920c072c2069f92b3f4912c1c09b in /
2022-08-02 00:42:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-17 15:32:12 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-17 15:32:28 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-08-17 15:32:28 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-08-16-04-28-beta
2022-08-17 15:32:33 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b3d5e048dd9180380986f7026b52563110fa58dfab8bfeb670a60d5e340ee88b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; armhf|armv7l) ESUM='8f8d5fa4cefadbe2aed06f575aa7b7a00fd0172db91ad9d00a6b6291b622d00f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; ppc64el|ppc64le) ESUM='3657d5604e3d13ee2756dfdc309a7cdb59431b2038e6a8773b0e2553b369b680'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; s390x) ESUM='7a71386221cebf94e873ff75d0773ae5e550348525984ad674242614154c9b85'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-08-16-04-28.tar.gz'; ;; amd64|x86_64) ESUM='e7318383d9eff85225730a541c8a234c01030f258b0445da3e2b51e9d4f64e1e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-08-16-04-28-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-08-16-04-28.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-08-17 15:32:33 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.