This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.1 by this push:
new 8b1ae4a1698 [FLINK-40548][ci] Use image with ubuntu 24.04
8b1ae4a1698 is described below
commit 8b1ae4a1698160ee1b44f85229db17a29a77833c
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Sep 4 13:13:18 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 f18d91877ee..4ba128b09ba 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -54,7 +54,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 f0008df822e..4017279488a 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 c4215f25587..810f3ce1415 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 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 997aa260f8f..ec672eec0d1 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