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

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


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

commit d5ff3fed3381d7564c220583e37d4f179419b638
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Sep 4 13:11:44 2026 +0200

    [FLINK-40548][ci] Use image with ubuntu 24.04
---
 .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 be138e54966..b896af92824 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" \
-            apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy \
+            apache/flink-ci-docker:java_8_11_17_21_25_maven_386_noble \
             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 a91095ee897..6e1eb58d4ce 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -70,7 +70,7 @@ jobs:
           docker run --rm \
             --volume "$PWD:/root/flink" \
             --volume "$HOME/.m2/repository:/root/.m2/repository" \
-            apache/flink-ci-docker:java_8_11_17_21_25_maven_386_jammy \
+            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
diff --git a/.github/workflows/template.flink-ci.yml 
b/.github/workflows/template.flink-ci.yml
index 02e5ae33d35..2e79d4776ad 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: 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
@@ -138,7 +138,7 @@ jobs:
     needs: compile
     runs-on: ubuntu-24.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
@@ -191,7 +191,7 @@ jobs:
     needs: compile
     runs-on: ubuntu-24.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 8975f5c7b84..e44376ba21e 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: 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 a0cdd50d6fa..56f4da4aa6a 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 5befcf292c6..c32aab6165a 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