This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.20 by this push:
     new fb230abd439 [FLINK-40548][ci] Use image with ubuntu 24.04
fb230abd439 is described below

commit fb230abd4392465ab8697f00eccc8e889dc8519d
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Sep 4 13:13:56 2026 +0200

    [FLINK-40548][ci] Use image with ubuntu 24.04
---
 .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 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index eac6ab64278..2e81f43ada7 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -52,7 +52,7 @@ jobs:
           fi
       - name: Build documentation
         run: |
-          docker run --rm --volume "$PWD:/root/flink" 
apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy bash -c "cd 
/root/flink && ./.github/workflows/docs.sh"
+          docker run --rm --volume "$PWD:/root/flink" 
apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble bash -c "cd 
/root/flink && ./.github/workflows/docs.sh"
       - name: Upload documentation
         uses: burnett01/[email protected]
         with:
diff --git a/.github/workflows/template.flink-ci.yml 
b/.github/workflows/template.flink-ci.yml
index 65742cf374d..b37028ac65c 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-22.04
     container:
-      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
+      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble
       # --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-22.04
     container:
-      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
+      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble
       # --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
@@ -168,7 +168,7 @@ jobs:
     needs: compile
     runs-on: ubuntu-22.04
     container:
-      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
+      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble
       # --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 34ccc6b872c..a43be1742bc 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-22.04
     container:
-      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
+      image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble
       # --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 2dfe75b202f..8be66b8732e 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: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
+    image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble
     # 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 c20085d1d04..876315accc9 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: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy
+    image: apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble
 
 variables:
   MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository

Reply via email to