From 26c8d38be3aea4a288db29fd45d758e99e3c38d3 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Sun, 14 Jun 2026 18:57:02 +0200 Subject: [PATCH] [FLINK-39933][ci] Use docker with jdk25 in ci --- .github/workflows/docs-legacy.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/template.flink-ci.yml | 6 +++--- .github/workflows/template.pre-compile-checks.yml | 2 +- azure-pipelines.yml | 2 +- tools/azure-pipelines/build-apache-repo.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs-legacy.yml b/.github/workflows/docs-legacy.yml index e786a6ed964bd..4a9bd5790dddc 100644 --- a/.github/workflows/docs-legacy.yml +++ b/.github/workflows/docs-legacy.yml @@ -80,7 +80,7 @@ jobs: docker run --rm \ --volume "$PWD:/root/flink" \ --volume "$HOME/.m2/repository:/root/.m2/repository" \ - chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \ + apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy \ bash -c "apt-get update && apt-get install -y rsync && cd /root/flink && ./.github/workflows/docs.sh" - name: Upload documentation diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 36afed61dbd38..abd782edf3109 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -66,7 +66,7 @@ jobs: docker run --rm \ --volume "$PWD:/root/flink" \ --volume "$HOME/.m2/repository:/root/.m2/repository" \ - chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \ + apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy \ bash -c "cd /root/flink && ./.github/workflows/docs.sh" - name: Upload documentation diff --git a/.github/workflows/template.flink-ci.yml b/.github/workflows/template.flink-ci.yml index 94f64f06ed6a7..6433674a83458 100644 --- a/.github/workflows/template.flink-ci.yml +++ b/.github/workflows/template.flink-ci.yml @@ -72,7 +72,7 @@ jobs: name: "Compile" runs-on: ubuntu-24.04 container: - image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy + image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy # --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown # --privileged allows writing coredumps in docker (FLINK-16973) options: --init --privileged @@ -128,7 +128,7 @@ jobs: needs: compile runs-on: ubuntu-24.04 container: - image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy + image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy # --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown # --privileged allows writing coredumps in docker (FLINK-16973) options: --init --privileged @@ -173,7 +173,7 @@ jobs: needs: compile runs-on: ubuntu-24.04 container: - image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy + image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy # --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown # --privileged allows writing coredumps in docker (FLINK-16973) options: --init --privileged diff --git a/.github/workflows/template.pre-compile-checks.yml b/.github/workflows/template.pre-compile-checks.yml index c6d59c02fefe9..698479b1f46e3 100644 --- a/.github/workflows/template.pre-compile-checks.yml +++ b/.github/workflows/template.pre-compile-checks.yml @@ -43,7 +43,7 @@ jobs: name: "Basic QA" runs-on: ubuntu-24.04 container: - image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy + image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy # --init makes the process in the container being started as an init process which will clean up any daemon processes during shutdown # --privileged allows writing coredumps in docker (FLINK-16973) options: --init --privileged diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8963f07b03f68..a0cdd50d6fa36 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ resources: # Container with SSL to have the same environment everywhere. # see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils - container: flink-build-container - image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy + image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy # On AZP provided machines, set this flag to allow writing coredumps in docker options: --privileged diff --git a/tools/azure-pipelines/build-apache-repo.yml b/tools/azure-pipelines/build-apache-repo.yml index 5911d16a936db..997aa260f8f08 100644 --- a/tools/azure-pipelines/build-apache-repo.yml +++ b/tools/azure-pipelines/build-apache-repo.yml @@ -39,7 +39,7 @@ resources: # Container with SSL to have the same environment everywhere. # see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils - container: flink-build-container - image: chesnay/flink-ci:java_8_11_17_21_maven_386_jammy + image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy variables: MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository