You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/11/24 14:09:17 UTC

[flink] branch master updated: [FLINK-24996][ci] Update CI image to contain Java 17

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 b09e4ae  [FLINK-24996][ci] Update CI image to contain Java 17
b09e4ae is described below

commit b09e4ae3790ef087abcafb684e8327025698b6a9
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Nov 24 15:08:47 2021 +0100

    [FLINK-24996][ci] Update CI image to contain Java 17
---
 azure-pipelines.yml                         | 3 ++-
 tools/azure-pipelines/build-apache-repo.yml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8e34cc1..6299c4f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -37,8 +37,9 @@ trigger:
 resources:
   containers:
   # Container with Maven 3.2.5, SSL to have the same environment everywhere.
+  # see https://github.com/flink-ci/flink-ci-docker
   - container: flink-build-container
-    image: rmetzger/flink-ci:ubuntu-amd64-02878c6
+    image: chesnay/flink-ci:java_8_11_17
     # 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 ad18638..bc7e282 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -37,8 +37,9 @@ trigger:
 resources:
   containers:
   # Container with Maven 3.2.5, SSL to have the same environment everywhere.
+  # see https://github.com/flink-ci/flink-ci-docker
   - container: flink-build-container
-    image: rmetzger/flink-ci:ubuntu-amd64-02878c6
+    image: chesnay/flink-ci:java_8_11_17
 
 variables:
   MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository