From 30e9bba969e657f6def64603b5f750f067fd7eb1 Mon Sep 17 00:00:00 2001 From: eclipse-temurin-bot Date: Thu, 23 Apr 2026 06:47:37 +0000 Subject: [PATCH 1/5] dockerfile: automated nightly updates --- 21/jdk/alpine/3.21/Dockerfile | 10 +++------- 21/jdk/alpine/3.22/Dockerfile | 10 +++------- 21/jdk/alpine/3.23/Dockerfile | 10 +++------- 21/jre/alpine/3.21/Dockerfile | 10 +++------- 21/jre/alpine/3.22/Dockerfile | 10 +++------- 21/jre/alpine/3.23/Dockerfile | 10 +++------- 6 files changed, 18 insertions(+), 42 deletions(-) diff --git a/21/jdk/alpine/3.21/Dockerfile b/21/jdk/alpine/3.21/Dockerfile index 537840d1b..599bd78bf 100644 --- a/21/jdk/alpine/3.21/Dockerfile +++ b/21/jdk/alpine/3.21/Dockerfile @@ -50,18 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='19eba6c3877612157ef1f46deb92745b4567cfcd64b79f15449c68cd2b7501e3'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='8eb39f442c3c603e414af43844b419a9b5d4f3fe221181f323aa4eec1bd20cf8'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jdk/alpine/3.22/Dockerfile b/21/jdk/alpine/3.22/Dockerfile index e2fad7231..d18b0bb20 100644 --- a/21/jdk/alpine/3.22/Dockerfile +++ b/21/jdk/alpine/3.22/Dockerfile @@ -50,18 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='19eba6c3877612157ef1f46deb92745b4567cfcd64b79f15449c68cd2b7501e3'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='8eb39f442c3c603e414af43844b419a9b5d4f3fe221181f323aa4eec1bd20cf8'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jdk/alpine/3.23/Dockerfile b/21/jdk/alpine/3.23/Dockerfile index 0e048c14f..ea4539105 100644 --- a/21/jdk/alpine/3.23/Dockerfile +++ b/21/jdk/alpine/3.23/Dockerfile @@ -50,18 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='19eba6c3877612157ef1f46deb92745b4567cfcd64b79f15449c68cd2b7501e3'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='8eb39f442c3c603e414af43844b419a9b5d4f3fe221181f323aa4eec1bd20cf8'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jre/alpine/3.21/Dockerfile b/21/jre/alpine/3.21/Dockerfile index de98a5e89..f8152be31 100644 --- a/21/jre/alpine/3.21/Dockerfile +++ b/21/jre/alpine/3.21/Dockerfile @@ -47,18 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='d1cd7b33dcd81293b0b705f4d0e79adce092786be31736a63abe6a4b31841ae5'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='4f6200277644afe6ad49218ae1dd45ab3d0d0b2ac4109163604e36156a93a306'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jre/alpine/3.22/Dockerfile b/21/jre/alpine/3.22/Dockerfile index 33e9e0f3c..1959bec52 100644 --- a/21/jre/alpine/3.22/Dockerfile +++ b/21/jre/alpine/3.22/Dockerfile @@ -47,18 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='d1cd7b33dcd81293b0b705f4d0e79adce092786be31736a63abe6a4b31841ae5'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='4f6200277644afe6ad49218ae1dd45ab3d0d0b2ac4109163604e36156a93a306'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jre/alpine/3.23/Dockerfile b/21/jre/alpine/3.23/Dockerfile index 2fce30215..f6913f3c2 100644 --- a/21/jre/alpine/3.23/Dockerfile +++ b/21/jre/alpine/3.23/Dockerfile @@ -47,18 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='d1cd7b33dcd81293b0b705f4d0e79adce092786be31736a63abe6a4b31841ae5'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='4f6200277644afe6ad49218ae1dd45ab3d0d0b2ac4109163604e36156a93a306'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ From 617cbff3028195de42061032c123dede9903e58b Mon Sep 17 00:00:00 2001 From: eclipse-temurin-bot Date: Thu, 23 Apr 2026 13:39:13 +0000 Subject: [PATCH 2/5] dockerfile: automated nightly updates --- 17/jdk/alpine/3.21/Dockerfile | 6 +++--- 17/jdk/alpine/3.22/Dockerfile | 6 +++--- 17/jdk/alpine/3.23/Dockerfile | 6 +++--- 17/jre/alpine/3.21/Dockerfile | 6 +++--- 17/jre/alpine/3.22/Dockerfile | 6 +++--- 17/jre/alpine/3.23/Dockerfile | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/17/jdk/alpine/3.21/Dockerfile b/17/jdk/alpine/3.21/Dockerfile index 2f5fa016a..011388c13 100644 --- a/17/jdk/alpine/3.21/Dockerfile +++ b/17/jdk/alpine/3.21/Dockerfile @@ -50,14 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.18+8 +ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='3246fb1834d21c22ed717db9f8ba3f07e0f562bbeeebdc44a7499d5eb6df47bc'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18%2B8/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.18_8.tar.gz'; \ + ESUM='960b4090b75a887bb21a915a294bee3a97cd11876967c95e5bd29d9ec4812e17'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jdk/alpine/3.22/Dockerfile b/17/jdk/alpine/3.22/Dockerfile index d7b694bfd..69d3efb9f 100644 --- a/17/jdk/alpine/3.22/Dockerfile +++ b/17/jdk/alpine/3.22/Dockerfile @@ -50,14 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.18+8 +ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='3246fb1834d21c22ed717db9f8ba3f07e0f562bbeeebdc44a7499d5eb6df47bc'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18%2B8/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.18_8.tar.gz'; \ + ESUM='960b4090b75a887bb21a915a294bee3a97cd11876967c95e5bd29d9ec4812e17'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jdk/alpine/3.23/Dockerfile b/17/jdk/alpine/3.23/Dockerfile index 634009b5e..1e4904864 100644 --- a/17/jdk/alpine/3.23/Dockerfile +++ b/17/jdk/alpine/3.23/Dockerfile @@ -50,14 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.18+8 +ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='3246fb1834d21c22ed717db9f8ba3f07e0f562bbeeebdc44a7499d5eb6df47bc'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18%2B8/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.18_8.tar.gz'; \ + ESUM='960b4090b75a887bb21a915a294bee3a97cd11876967c95e5bd29d9ec4812e17'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jre/alpine/3.21/Dockerfile b/17/jre/alpine/3.21/Dockerfile index 3ad89f9dd..386ca565c 100644 --- a/17/jre/alpine/3.21/Dockerfile +++ b/17/jre/alpine/3.21/Dockerfile @@ -47,14 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.18+8 +ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='3226a10cf4f7ef8f835148ce8737490f0cf63e38a1e3ba26cf1e05d9e28adf5c'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18%2B8/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.18_8.tar.gz'; \ + ESUM='22d4d5579902d134dede626d0fdfb95891abc7578e13dea9cb23775498c4cf51'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jre/alpine/3.22/Dockerfile b/17/jre/alpine/3.22/Dockerfile index b1895b32c..618847566 100644 --- a/17/jre/alpine/3.22/Dockerfile +++ b/17/jre/alpine/3.22/Dockerfile @@ -47,14 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.18+8 +ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='3226a10cf4f7ef8f835148ce8737490f0cf63e38a1e3ba26cf1e05d9e28adf5c'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18%2B8/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.18_8.tar.gz'; \ + ESUM='22d4d5579902d134dede626d0fdfb95891abc7578e13dea9cb23775498c4cf51'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jre/alpine/3.23/Dockerfile b/17/jre/alpine/3.23/Dockerfile index 07658dfe8..2898c38c0 100644 --- a/17/jre/alpine/3.23/Dockerfile +++ b/17/jre/alpine/3.23/Dockerfile @@ -47,14 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.18+8 +ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='3226a10cf4f7ef8f835148ce8737490f0cf63e38a1e3ba26cf1e05d9e28adf5c'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18%2B8/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.18_8.tar.gz'; \ + ESUM='22d4d5579902d134dede626d0fdfb95891abc7578e13dea9cb23775498c4cf51'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ From 68a3e6a89d1d8976ac820279807fab8218fbf059 Mon Sep 17 00:00:00 2001 From: eclipse-temurin-bot Date: Thu, 23 Apr 2026 16:40:38 +0000 Subject: [PATCH 3/5] dockerfile: automated nightly updates --- 17/jdk/ubi/ubi10-minimal/Dockerfile | 4 ++++ 17/jdk/ubi/ubi9-minimal/Dockerfile | 4 ++++ 17/jdk/ubuntu/jammy/Dockerfile | 4 ++++ 17/jdk/ubuntu/noble/Dockerfile | 4 ++++ 17/jre/ubi/ubi10-minimal/Dockerfile | 4 ++++ 17/jre/ubi/ubi9-minimal/Dockerfile | 4 ++++ 17/jre/ubuntu/jammy/Dockerfile | 4 ++++ 17/jre/ubuntu/noble/Dockerfile | 4 ++++ 21/jdk/alpine/3.21/Dockerfile | 4 ++++ 21/jdk/alpine/3.22/Dockerfile | 4 ++++ 21/jdk/alpine/3.23/Dockerfile | 4 ++++ 21/jre/alpine/3.21/Dockerfile | 4 ++++ 21/jre/alpine/3.22/Dockerfile | 4 ++++ 21/jre/alpine/3.23/Dockerfile | 4 ++++ 25/jdk/alpine/3.21/Dockerfile | 10 +++------- 25/jdk/alpine/3.22/Dockerfile | 10 +++------- 25/jdk/alpine/3.23/Dockerfile | 10 +++------- 25/jre/alpine/3.21/Dockerfile | 10 +++------- 25/jre/alpine/3.22/Dockerfile | 10 +++------- 25/jre/alpine/3.23/Dockerfile | 10 +++------- 20 files changed, 74 insertions(+), 42 deletions(-) diff --git a/17/jdk/ubi/ubi10-minimal/Dockerfile b/17/jdk/ubi/ubi10-minimal/Dockerfile index 68af4d7ab..42b0b3dab 100644 --- a/17/jdk/ubi/ubi10-minimal/Dockerfile +++ b/17/jdk/ubi/ubi10-minimal/Dockerfile @@ -53,6 +53,10 @@ ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ + ppc64le) \ + ESUM='c9d8dc52960ff00aa8c321e211cc5284a2151cffdedeac998f5297066cbad245'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ x86_64) \ ESUM='d8afc263758141a66e0e3aafc321e783f7016696f4eaea067d340a269037d331'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_x64_linux_hotspot_17.0.19_10.tar.gz'; \ diff --git a/17/jdk/ubi/ubi9-minimal/Dockerfile b/17/jdk/ubi/ubi9-minimal/Dockerfile index b179fdba0..0ebce02bb 100644 --- a/17/jdk/ubi/ubi9-minimal/Dockerfile +++ b/17/jdk/ubi/ubi9-minimal/Dockerfile @@ -51,6 +51,10 @@ ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ + ppc64le) \ + ESUM='c9d8dc52960ff00aa8c321e211cc5284a2151cffdedeac998f5297066cbad245'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ x86_64) \ ESUM='d8afc263758141a66e0e3aafc321e783f7016696f4eaea067d340a269037d331'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_x64_linux_hotspot_17.0.19_10.tar.gz'; \ diff --git a/17/jdk/ubuntu/jammy/Dockerfile b/17/jdk/ubuntu/jammy/Dockerfile index fadabe4a2..07b224f7a 100644 --- a/17/jdk/ubuntu/jammy/Dockerfile +++ b/17/jdk/ubuntu/jammy/Dockerfile @@ -60,6 +60,10 @@ RUN set -eux; \ ESUM='d8afc263758141a66e0e3aafc321e783f7016696f4eaea067d340a269037d331'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_x64_linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ + ppc64el) \ + ESUM='c9d8dc52960ff00aa8c321e211cc5284a2151cffdedeac998f5297066cbad245'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/17/jdk/ubuntu/noble/Dockerfile b/17/jdk/ubuntu/noble/Dockerfile index 610708ce6..debb4bf93 100644 --- a/17/jdk/ubuntu/noble/Dockerfile +++ b/17/jdk/ubuntu/noble/Dockerfile @@ -60,6 +60,10 @@ RUN set -eux; \ ESUM='d8afc263758141a66e0e3aafc321e783f7016696f4eaea067d340a269037d331'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_x64_linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ + ppc64el) \ + ESUM='c9d8dc52960ff00aa8c321e211cc5284a2151cffdedeac998f5297066cbad245'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/17/jre/ubi/ubi10-minimal/Dockerfile b/17/jre/ubi/ubi10-minimal/Dockerfile index 26ec1fb72..4d7f1d4db 100644 --- a/17/jre/ubi/ubi10-minimal/Dockerfile +++ b/17/jre/ubi/ubi10-minimal/Dockerfile @@ -53,6 +53,10 @@ ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ + ppc64le) \ + ESUM='1b028a08d96054ef29a3b6c424537d9644e0ec5fb5742a64d967dd56d5571b6b'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ x86_64) \ ESUM='adb5a2364baa51de1ef91bb9911f5a61d24b045fe1d6647cb8050272a3a8ee75'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_linux_hotspot_17.0.19_10.tar.gz'; \ diff --git a/17/jre/ubi/ubi9-minimal/Dockerfile b/17/jre/ubi/ubi9-minimal/Dockerfile index c3175a5c4..b54f9c0e9 100644 --- a/17/jre/ubi/ubi9-minimal/Dockerfile +++ b/17/jre/ubi/ubi9-minimal/Dockerfile @@ -51,6 +51,10 @@ ENV JAVA_VERSION=jdk-17.0.19+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ + ppc64le) \ + ESUM='1b028a08d96054ef29a3b6c424537d9644e0ec5fb5742a64d967dd56d5571b6b'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ x86_64) \ ESUM='adb5a2364baa51de1ef91bb9911f5a61d24b045fe1d6647cb8050272a3a8ee75'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_linux_hotspot_17.0.19_10.tar.gz'; \ diff --git a/17/jre/ubuntu/jammy/Dockerfile b/17/jre/ubuntu/jammy/Dockerfile index 1a90524be..886f4af33 100644 --- a/17/jre/ubuntu/jammy/Dockerfile +++ b/17/jre/ubuntu/jammy/Dockerfile @@ -57,6 +57,10 @@ RUN set -eux; \ ESUM='adb5a2364baa51de1ef91bb9911f5a61d24b045fe1d6647cb8050272a3a8ee75'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ + ppc64el) \ + ESUM='1b028a08d96054ef29a3b6c424537d9644e0ec5fb5742a64d967dd56d5571b6b'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/17/jre/ubuntu/noble/Dockerfile b/17/jre/ubuntu/noble/Dockerfile index fe487a49f..d0786fe91 100644 --- a/17/jre/ubuntu/noble/Dockerfile +++ b/17/jre/ubuntu/noble/Dockerfile @@ -57,6 +57,10 @@ RUN set -eux; \ ESUM='adb5a2364baa51de1ef91bb9911f5a61d24b045fe1d6647cb8050272a3a8ee75'; \ BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_linux_hotspot_17.0.19_10.tar.gz'; \ ;; \ + ppc64el) \ + ESUM='1b028a08d96054ef29a3b6c424537d9644e0ec5fb5742a64d967dd56d5571b6b'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.19_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jdk/alpine/3.21/Dockerfile b/21/jdk/alpine/3.21/Dockerfile index 599bd78bf..865e00b02 100644 --- a/21/jdk/alpine/3.21/Dockerfile +++ b/21/jdk/alpine/3.21/Dockerfile @@ -59,6 +59,10 @@ RUN set -eux; \ ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ + x86_64) \ + ESUM='de768b7b4ece7be82e45495f943d4322264caab0f8a67bcfb3d93b609f28e0bf'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jdk/alpine/3.22/Dockerfile b/21/jdk/alpine/3.22/Dockerfile index d18b0bb20..d4e95e415 100644 --- a/21/jdk/alpine/3.22/Dockerfile +++ b/21/jdk/alpine/3.22/Dockerfile @@ -59,6 +59,10 @@ RUN set -eux; \ ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ + x86_64) \ + ESUM='de768b7b4ece7be82e45495f943d4322264caab0f8a67bcfb3d93b609f28e0bf'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jdk/alpine/3.23/Dockerfile b/21/jdk/alpine/3.23/Dockerfile index ea4539105..a09b968c7 100644 --- a/21/jdk/alpine/3.23/Dockerfile +++ b/21/jdk/alpine/3.23/Dockerfile @@ -59,6 +59,10 @@ RUN set -eux; \ ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ + x86_64) \ + ESUM='de768b7b4ece7be82e45495f943d4322264caab0f8a67bcfb3d93b609f28e0bf'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jre/alpine/3.21/Dockerfile b/21/jre/alpine/3.21/Dockerfile index f8152be31..2ac84ede6 100644 --- a/21/jre/alpine/3.21/Dockerfile +++ b/21/jre/alpine/3.21/Dockerfile @@ -56,6 +56,10 @@ RUN set -eux; \ ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ + x86_64) \ + ESUM='f29d2d07a27c4614f0a26387eb22fc7eba83adf92c8dea5c3469a259caeff291'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jre/alpine/3.22/Dockerfile b/21/jre/alpine/3.22/Dockerfile index 1959bec52..1c20cb65f 100644 --- a/21/jre/alpine/3.22/Dockerfile +++ b/21/jre/alpine/3.22/Dockerfile @@ -56,6 +56,10 @@ RUN set -eux; \ ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ + x86_64) \ + ESUM='f29d2d07a27c4614f0a26387eb22fc7eba83adf92c8dea5c3469a259caeff291'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jre/alpine/3.23/Dockerfile b/21/jre/alpine/3.23/Dockerfile index f6913f3c2..6c38ca53d 100644 --- a/21/jre/alpine/3.23/Dockerfile +++ b/21/jre/alpine/3.23/Dockerfile @@ -56,6 +56,10 @@ RUN set -eux; \ ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ + x86_64) \ + ESUM='f29d2d07a27c4614f0a26387eb22fc7eba83adf92c8dea5c3469a259caeff291'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ + ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/25/jdk/alpine/3.21/Dockerfile b/25/jdk/alpine/3.21/Dockerfile index 6714ce1f2..7aab77fbe 100644 --- a/25/jdk/alpine/3.21/Dockerfile +++ b/25/jdk/alpine/3.21/Dockerfile @@ -48,18 +48,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-25.0.2+10 +ENV JAVA_VERSION=jdk-25.0.3+9 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='e8d928fb018eabb31a148ebadaa5a5ec69273e6562afede21c426960a6a67143'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='961f13ba0ee1e18c41c50ab642361e4283dee5e7947a48ed6a72c8a661d0cca0'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ + ESUM='6ed368e93049d3b188c045fce0b20953bbea92fe0614dbbf4d3fd8daad7be3b2'; \ + BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jdk_aarch64_alpine-linux_hotspot_25.0.3_9.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/25/jdk/alpine/3.22/Dockerfile b/25/jdk/alpine/3.22/Dockerfile index 16f35a663..5128b70cd 100644 --- a/25/jdk/alpine/3.22/Dockerfile +++ b/25/jdk/alpine/3.22/Dockerfile @@ -48,18 +48,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-25.0.2+10 +ENV JAVA_VERSION=jdk-25.0.3+9 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='e8d928fb018eabb31a148ebadaa5a5ec69273e6562afede21c426960a6a67143'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='961f13ba0ee1e18c41c50ab642361e4283dee5e7947a48ed6a72c8a661d0cca0'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ + ESUM='6ed368e93049d3b188c045fce0b20953bbea92fe0614dbbf4d3fd8daad7be3b2'; \ + BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jdk_aarch64_alpine-linux_hotspot_25.0.3_9.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/25/jdk/alpine/3.23/Dockerfile b/25/jdk/alpine/3.23/Dockerfile index 6d87def8b..4da721ff8 100644 --- a/25/jdk/alpine/3.23/Dockerfile +++ b/25/jdk/alpine/3.23/Dockerfile @@ -48,18 +48,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-25.0.2+10 +ENV JAVA_VERSION=jdk-25.0.3+9 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='e8d928fb018eabb31a148ebadaa5a5ec69273e6562afede21c426960a6a67143'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='961f13ba0ee1e18c41c50ab642361e4283dee5e7947a48ed6a72c8a661d0cca0'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ + ESUM='6ed368e93049d3b188c045fce0b20953bbea92fe0614dbbf4d3fd8daad7be3b2'; \ + BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jdk_aarch64_alpine-linux_hotspot_25.0.3_9.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/25/jre/alpine/3.21/Dockerfile b/25/jre/alpine/3.21/Dockerfile index 853971d06..c2fb06268 100644 --- a/25/jre/alpine/3.21/Dockerfile +++ b/25/jre/alpine/3.21/Dockerfile @@ -45,18 +45,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-25.0.2+10 +ENV JAVA_VERSION=jdk-25.0.3+9 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='159099235c536b152f86111a694a8a03392948924736f354c79e95532dcfc1f8'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='2cbb356c6923f89814b892561e6f0377ecf035ab0577e3162d2cf4e202d38ee7'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_x64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ + ESUM='48aa0908d9f4d501c1070ebbc8a4da93ca1f066c41ff2e34a22a34dd3ca2dac1'; \ + BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.3_9.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/25/jre/alpine/3.22/Dockerfile b/25/jre/alpine/3.22/Dockerfile index 71f02d86a..b8f29185e 100644 --- a/25/jre/alpine/3.22/Dockerfile +++ b/25/jre/alpine/3.22/Dockerfile @@ -45,18 +45,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-25.0.2+10 +ENV JAVA_VERSION=jdk-25.0.3+9 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='159099235c536b152f86111a694a8a03392948924736f354c79e95532dcfc1f8'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='2cbb356c6923f89814b892561e6f0377ecf035ab0577e3162d2cf4e202d38ee7'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_x64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ + ESUM='48aa0908d9f4d501c1070ebbc8a4da93ca1f066c41ff2e34a22a34dd3ca2dac1'; \ + BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.3_9.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/25/jre/alpine/3.23/Dockerfile b/25/jre/alpine/3.23/Dockerfile index ef59e8047..a0d535c00 100644 --- a/25/jre/alpine/3.23/Dockerfile +++ b/25/jre/alpine/3.23/Dockerfile @@ -45,18 +45,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-25.0.2+10 +ENV JAVA_VERSION=jdk-25.0.3+9 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ aarch64) \ - ESUM='159099235c536b152f86111a694a8a03392948924736f354c79e95532dcfc1f8'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ - ;; \ - x86_64) \ - ESUM='2cbb356c6923f89814b892561e6f0377ecf035ab0577e3162d2cf4e202d38ee7'; \ - BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jre_x64_alpine-linux_hotspot_25.0.2_10.tar.gz'; \ + ESUM='48aa0908d9f4d501c1070ebbc8a4da93ca1f066c41ff2e34a22a34dd3ca2dac1'; \ + BINARY_URL='https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jre_aarch64_alpine-linux_hotspot_25.0.3_9.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ From eb5e648e673c04ba5d9c26419f0e40b60f22a6c5 Mon Sep 17 00:00:00 2001 From: eclipse-temurin-bot Date: Thu, 23 Apr 2026 20:25:55 +0000 Subject: [PATCH 4/5] dockerfile: automated nightly updates --- 21/jdk/ubi/ubi10-minimal/Dockerfile | 18 +++--------------- 21/jdk/ubi/ubi9-minimal/Dockerfile | 18 +++--------------- 21/jdk/ubuntu/jammy/Dockerfile | 18 +++--------------- 21/jdk/ubuntu/noble/Dockerfile | 22 +++------------------- 21/jre/ubi/ubi10-minimal/Dockerfile | 18 +++--------------- 21/jre/ubi/ubi9-minimal/Dockerfile | 18 +++--------------- 21/jre/ubuntu/jammy/Dockerfile | 18 +++--------------- 21/jre/ubuntu/noble/Dockerfile | 22 +++------------------- 8 files changed, 24 insertions(+), 128 deletions(-) diff --git a/21/jdk/ubi/ubi10-minimal/Dockerfile b/21/jdk/ubi/ubi10-minimal/Dockerfile index 777bcd1aa..f1cd55f83 100644 --- a/21/jdk/ubi/ubi10-minimal/Dockerfile +++ b/21/jdk/ubi/ubi10-minimal/Dockerfile @@ -48,26 +48,14 @@ RUN set -eux; \ ; \ microdnf clean all -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ - aarch64) \ - ESUM='357fee29fb0d5c079f6730db98b28942df13a6eed426f6c61cd4ad703ab27b9a'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64le) \ - ESUM='33bdaec351f40cc70d44e251a54c23e4dd15fed8adc041e35c57461c706cf948'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='eabb069b59a2e6b9e9926d9c533186aabf1ff3b4af683d0a3620bb7c7d9770c0'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ x86_64) \ - ESUM='ea3b9bd464d6dd253e9a7accf59f7ccd2a36e4aa69640b7251e3370caef896a4'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='4b2220e232a97997b436ca6ab15cbf70171ecff52958a46159dfa5a8c44ca4de'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jdk/ubi/ubi9-minimal/Dockerfile b/21/jdk/ubi/ubi9-minimal/Dockerfile index 3ab6ecd0e..831f354f4 100644 --- a/21/jdk/ubi/ubi9-minimal/Dockerfile +++ b/21/jdk/ubi/ubi9-minimal/Dockerfile @@ -46,26 +46,14 @@ RUN set -eux; \ ; \ microdnf clean all -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ - aarch64) \ - ESUM='357fee29fb0d5c079f6730db98b28942df13a6eed426f6c61cd4ad703ab27b9a'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64le) \ - ESUM='33bdaec351f40cc70d44e251a54c23e4dd15fed8adc041e35c57461c706cf948'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='eabb069b59a2e6b9e9926d9c533186aabf1ff3b4af683d0a3620bb7c7d9770c0'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ x86_64) \ - ESUM='ea3b9bd464d6dd253e9a7accf59f7ccd2a36e4aa69640b7251e3370caef896a4'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='4b2220e232a97997b436ca6ab15cbf70171ecff52958a46159dfa5a8c44ca4de'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jdk/ubuntu/jammy/Dockerfile b/21/jdk/ubuntu/jammy/Dockerfile index 7e364c007..c1fca060a 100644 --- a/21/jdk/ubuntu/jammy/Dockerfile +++ b/21/jdk/ubuntu/jammy/Dockerfile @@ -51,26 +51,14 @@ RUN set -eux; \ locale-gen en_US.UTF-8; \ rm -rf /var/lib/apt/lists/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(dpkg --print-architecture)"; \ case "${ARCH}" in \ amd64) \ - ESUM='ea3b9bd464d6dd253e9a7accf59f7ccd2a36e4aa69640b7251e3370caef896a4'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - arm64) \ - ESUM='357fee29fb0d5c079f6730db98b28942df13a6eed426f6c61cd4ad703ab27b9a'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64el) \ - ESUM='33bdaec351f40cc70d44e251a54c23e4dd15fed8adc041e35c57461c706cf948'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='eabb069b59a2e6b9e9926d9c533186aabf1ff3b4af683d0a3620bb7c7d9770c0'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='4b2220e232a97997b436ca6ab15cbf70171ecff52958a46159dfa5a8c44ca4de'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jdk/ubuntu/noble/Dockerfile b/21/jdk/ubuntu/noble/Dockerfile index fa8fd7fc8..cf9894767 100644 --- a/21/jdk/ubuntu/noble/Dockerfile +++ b/21/jdk/ubuntu/noble/Dockerfile @@ -51,30 +51,14 @@ RUN set -eux; \ locale-gen en_US.UTF-8; \ rm -rf /var/lib/apt/lists/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(dpkg --print-architecture)"; \ case "${ARCH}" in \ amd64) \ - ESUM='ea3b9bd464d6dd253e9a7accf59f7ccd2a36e4aa69640b7251e3370caef896a4'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - arm64) \ - ESUM='357fee29fb0d5c079f6730db98b28942df13a6eed426f6c61cd4ad703ab27b9a'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64el) \ - ESUM='33bdaec351f40cc70d44e251a54c23e4dd15fed8adc041e35c57461c706cf948'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - riscv64) \ - ESUM='a57fd486c3c24ed615eb91ef9421ddd38c720e7398df5a161872fb26ad825936'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_riscv64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='eabb069b59a2e6b9e9926d9c533186aabf1ff3b4af683d0a3620bb7c7d9770c0'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jdk_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='4b2220e232a97997b436ca6ab15cbf70171ecff52958a46159dfa5a8c44ca4de'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jre/ubi/ubi10-minimal/Dockerfile b/21/jre/ubi/ubi10-minimal/Dockerfile index 7a3a8cf2a..359ed51e6 100644 --- a/21/jre/ubi/ubi10-minimal/Dockerfile +++ b/21/jre/ubi/ubi10-minimal/Dockerfile @@ -48,26 +48,14 @@ RUN set -eux; \ ; \ microdnf clean all -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ - aarch64) \ - ESUM='3ca84da7c4f57eee8d7e7f0645dc904a3a06456d32b37a4dd57a5e7527245250'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64le) \ - ESUM='1a49cffcb348a28c017cf0deeb9322b7296dbfb002a8e43bd7f65ad671e10eb7'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='48f8529714c90c6cc61aa729cf8952f2fc47f2f2890551ba7f9e1c061b04be13'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ x86_64) \ - ESUM='991be6ac6725e76109ecbd131d658f992dcbeacba3a8b4b6650302c8012b52fb'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_x64_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='e5038aae3ca9ff670bc696496b0728dbd23d280026bad30291cb919221ecfdcb'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jre/ubi/ubi9-minimal/Dockerfile b/21/jre/ubi/ubi9-minimal/Dockerfile index f55000847..b7e5cac68 100644 --- a/21/jre/ubi/ubi9-minimal/Dockerfile +++ b/21/jre/ubi/ubi9-minimal/Dockerfile @@ -46,26 +46,14 @@ RUN set -eux; \ ; \ microdnf clean all -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)"; \ case "${ARCH}" in \ - aarch64) \ - ESUM='3ca84da7c4f57eee8d7e7f0645dc904a3a06456d32b37a4dd57a5e7527245250'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64le) \ - ESUM='1a49cffcb348a28c017cf0deeb9322b7296dbfb002a8e43bd7f65ad671e10eb7'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='48f8529714c90c6cc61aa729cf8952f2fc47f2f2890551ba7f9e1c061b04be13'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ x86_64) \ - ESUM='991be6ac6725e76109ecbd131d658f992dcbeacba3a8b4b6650302c8012b52fb'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_x64_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='e5038aae3ca9ff670bc696496b0728dbd23d280026bad30291cb919221ecfdcb'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jre/ubuntu/jammy/Dockerfile b/21/jre/ubuntu/jammy/Dockerfile index 46f42569c..260ee19d6 100644 --- a/21/jre/ubuntu/jammy/Dockerfile +++ b/21/jre/ubuntu/jammy/Dockerfile @@ -48,26 +48,14 @@ RUN set -eux; \ locale-gen en_US.UTF-8; \ rm -rf /var/lib/apt/lists/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(dpkg --print-architecture)"; \ case "${ARCH}" in \ amd64) \ - ESUM='991be6ac6725e76109ecbd131d658f992dcbeacba3a8b4b6650302c8012b52fb'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_x64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - arm64) \ - ESUM='3ca84da7c4f57eee8d7e7f0645dc904a3a06456d32b37a4dd57a5e7527245250'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64el) \ - ESUM='1a49cffcb348a28c017cf0deeb9322b7296dbfb002a8e43bd7f65ad671e10eb7'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='48f8529714c90c6cc61aa729cf8952f2fc47f2f2890551ba7f9e1c061b04be13'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='e5038aae3ca9ff670bc696496b0728dbd23d280026bad30291cb919221ecfdcb'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/21/jre/ubuntu/noble/Dockerfile b/21/jre/ubuntu/noble/Dockerfile index f1013e1a3..89ccb04ec 100644 --- a/21/jre/ubuntu/noble/Dockerfile +++ b/21/jre/ubuntu/noble/Dockerfile @@ -48,30 +48,14 @@ RUN set -eux; \ locale-gen en_US.UTF-8; \ rm -rf /var/lib/apt/lists/* -ENV JAVA_VERSION=jdk-21.0.10+7 +ENV JAVA_VERSION=jdk-21.0.11+10 RUN set -eux; \ ARCH="$(dpkg --print-architecture)"; \ case "${ARCH}" in \ amd64) \ - ESUM='991be6ac6725e76109ecbd131d658f992dcbeacba3a8b4b6650302c8012b52fb'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_x64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - arm64) \ - ESUM='3ca84da7c4f57eee8d7e7f0645dc904a3a06456d32b37a4dd57a5e7527245250'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - ppc64el) \ - ESUM='1a49cffcb348a28c017cf0deeb9322b7296dbfb002a8e43bd7f65ad671e10eb7'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - riscv64) \ - ESUM='02cf763836c14bad4d689eb3b4efd691657de753dba07193cd1fb8691c8fe7b8'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_riscv64_linux_hotspot_21.0.10_7.tar.gz'; \ - ;; \ - s390x) \ - ESUM='48f8529714c90c6cc61aa729cf8952f2fc47f2f2890551ba7f9e1c061b04be13'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.10%2B7/OpenJDK21U-jre_s390x_linux_hotspot_21.0.10_7.tar.gz'; \ + ESUM='e5038aae3ca9ff670bc696496b0728dbd23d280026bad30291cb919221ecfdcb'; \ + BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ From 65fa2b452b016bb7cfb049d730be84447d540f8b Mon Sep 17 00:00:00 2001 From: eclipse-temurin-bot Date: Thu, 23 Apr 2026 21:47:53 +0000 Subject: [PATCH 5/5] dockerfile: automated nightly updates --- 21/jdk/alpine/3.21/Dockerfile | 4 ---- 21/jdk/alpine/3.22/Dockerfile | 4 ---- 21/jdk/alpine/3.23/Dockerfile | 4 ---- 21/jre/alpine/3.21/Dockerfile | 4 ---- 21/jre/alpine/3.22/Dockerfile | 4 ---- 21/jre/alpine/3.23/Dockerfile | 4 ---- 6 files changed, 24 deletions(-) diff --git a/21/jdk/alpine/3.21/Dockerfile b/21/jdk/alpine/3.21/Dockerfile index 865e00b02..599bd78bf 100644 --- a/21/jdk/alpine/3.21/Dockerfile +++ b/21/jdk/alpine/3.21/Dockerfile @@ -59,10 +59,6 @@ RUN set -eux; \ ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ - x86_64) \ - ESUM='de768b7b4ece7be82e45495f943d4322264caab0f8a67bcfb3d93b609f28e0bf'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ - ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jdk/alpine/3.22/Dockerfile b/21/jdk/alpine/3.22/Dockerfile index d4e95e415..d18b0bb20 100644 --- a/21/jdk/alpine/3.22/Dockerfile +++ b/21/jdk/alpine/3.22/Dockerfile @@ -59,10 +59,6 @@ RUN set -eux; \ ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ - x86_64) \ - ESUM='de768b7b4ece7be82e45495f943d4322264caab0f8a67bcfb3d93b609f28e0bf'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ - ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jdk/alpine/3.23/Dockerfile b/21/jdk/alpine/3.23/Dockerfile index a09b968c7..ea4539105 100644 --- a/21/jdk/alpine/3.23/Dockerfile +++ b/21/jdk/alpine/3.23/Dockerfile @@ -59,10 +59,6 @@ RUN set -eux; \ ESUM='c8d63598d1dc0a656033515ed258bd6db37506a05407d9f65cd23b95c21027b5'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ - x86_64) \ - ESUM='de768b7b4ece7be82e45495f943d4322264caab0f8a67bcfb3d93b609f28e0bf'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ - ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jre/alpine/3.21/Dockerfile b/21/jre/alpine/3.21/Dockerfile index 2ac84ede6..f8152be31 100644 --- a/21/jre/alpine/3.21/Dockerfile +++ b/21/jre/alpine/3.21/Dockerfile @@ -56,10 +56,6 @@ RUN set -eux; \ ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ - x86_64) \ - ESUM='f29d2d07a27c4614f0a26387eb22fc7eba83adf92c8dea5c3469a259caeff291'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ - ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jre/alpine/3.22/Dockerfile b/21/jre/alpine/3.22/Dockerfile index 1c20cb65f..1959bec52 100644 --- a/21/jre/alpine/3.22/Dockerfile +++ b/21/jre/alpine/3.22/Dockerfile @@ -56,10 +56,6 @@ RUN set -eux; \ ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ - x86_64) \ - ESUM='f29d2d07a27c4614f0a26387eb22fc7eba83adf92c8dea5c3469a259caeff291'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ - ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \ diff --git a/21/jre/alpine/3.23/Dockerfile b/21/jre/alpine/3.23/Dockerfile index 6c38ca53d..f6913f3c2 100644 --- a/21/jre/alpine/3.23/Dockerfile +++ b/21/jre/alpine/3.23/Dockerfile @@ -56,10 +56,6 @@ RUN set -eux; \ ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; \ BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ ;; \ - x86_64) \ - ESUM='f29d2d07a27c4614f0a26387eb22fc7eba83adf92c8dea5c3469a259caeff291'; \ - BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; \ - ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ exit 1; \