This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.2 by this push:
new a0197d5d739 [FLINK-40548][ci] Use image with ubuntu 24.04
a0197d5d739 is described below
commit a0197d5d73982e52e66cdce43a357f4dc4a299c9
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Sep 4 13:12:39 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 8dd37d112f7..70727ee25e7 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -55,7 +55,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/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823 # 5.2
with:
diff --git a/.github/workflows/template.flink-ci.yml
b/.github/workflows/template.flink-ci.yml
index 8a85b97c570..3e5b792bd78 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
@@ -128,7 +128,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
@@ -168,7 +168,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 a66171c8075..b54790f36db 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 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