2021-09-08 16:04:18 UTC
105 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2021-09-07-04-19-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:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 - 45.84% (48.1 MB)
[#001] sha256:28211e30384dc64a09b824be0177c6843ce1b27318d0ef65601bd83f92045f50 - 16.26% (17.1 MB)
[#002] sha256:c044fbbc2cf27b7d1e7ef70607e3c8a1840e8410da916dfee716e8661550833f - 37.9% (39.8 MB)
/bin/sh -c #(nop) ADD file:948d0998410ef6681d723219eb1dfb4a7d804228e03d84bb296f0d3c8826dd92 in /
2021-09-03 01:21:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-09-08 16:04:05 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2021-09-08 16:04:15 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-08 16:04:15 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-09-07-04-19-beta
2021-09-08 16:04:18 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='daf27264c093044ee21ae40c7935ba747cf1695f7e4191f16bd65ec710069f24'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; armhf|armv7l) ESUM='dfbaee2b33b6b261a0560b14787c510d430168a0c3fad5a340d4c3eb307a44b6'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jre_arm_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; ppc64el|ppc64le) ESUM='a924868d93897ad7c1a43ae9f817eb161633f4456e54b69845977cf2e23bdec9'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; s390x) ESUM='a6dedce3d06f32bbca00a24589d6e36447ae722da37d1d4bc879527d4d339345'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jre_s390x_linux_hotspot_2021-09-07-04-19.tar.gz'; ;; amd64|x86_64) ESUM='193540ea5eb981e0477dd9e7a83ee895c18bbf784ceaa567b35dcfab9ac5336d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-09-07-04-19-beta/OpenJDK8U-jre_x64_linux_hotspot_2021-09-07-04-19.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-08 16:04:18 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.