This is an automated email from the ASF dual-hosted git repository.
chesnay 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 499e56f138f [FLINK-18356] Update CI image
499e56f138f is described below
commit 499e56f138fb4e81cbb8810385cfb393d16ea454
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Nov 15 10:48:56 2023 +0100
[FLINK-18356] Update CI image
---
.github/workflows/docs.yml | 2 +-
tools/azure-pipelines/build-apache-repo.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 26754d2c1e6..ed71b759ead 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -48,7 +48,7 @@ jobs:
fi
- name: Build documentation
run: |
- docker run --rm --volume "$PWD:/root/flink"
chesnay/flink-ci:java_8_11_17_maven_386_v2 bash -c "cd /root/flink &&
./.github/workflows/docs.sh"
+ docker run --rm --volume "$PWD:/root/flink"
chesnay/flink-ci:java_8_11_17_maven_386_v3 bash -c "cd /root/flink &&
./.github/workflows/docs.sh"
- name: Upload documentation
uses: burnett01/[email protected]
with:
diff --git a/tools/azure-pipelines/build-apache-repo.yml
b/tools/azure-pipelines/build-apache-repo.yml
index 892d2a519dd..15551710402 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -39,7 +39,7 @@ resources:
# Container with Maven 3.8.6, 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_maven_386_v2
+ image: chesnay/flink-ci:java_8_11_17_maven_386_v3
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository