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

rmetzger 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 4d19a9f  [FLINK-23562][CI] Update CI JDK to 1.8.0_292
4d19a9f is described below

commit 4d19a9f09e58ae5726901b1c6c473b655d908440
Author: Robert Metzger <rmetz...@apache.org>
AuthorDate: Fri Jul 30 13:21:03 2021 +0200

    [FLINK-23562][CI] Update CI JDK to 1.8.0_292
---
 azure-pipelines.yml                         | 2 +-
 tools/azure-pipelines/build-apache-repo.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8c7ed6a..d1e8b2b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -38,7 +38,7 @@ resources:
   containers:
   # Container with Maven 3.2.5, SSL to have the same environment everywhere.
   - container: flink-build-container
-    image: rmetzger/flink-ci:ubuntu-amd64-7ac4e28
+    image: rmetzger/flink-ci:ubuntu-amd64-02878c6
     # 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 37679d8..cd0030e 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -38,7 +38,7 @@ resources:
   containers:
   # Container with Maven 3.2.5, SSL to have the same environment everywhere.
   - container: flink-build-container
-    image: rmetzger/flink-ci:ubuntu-amd64-7ac4e28
+    image: rmetzger/flink-ci:ubuntu-amd64-02878c6
 
 variables:
   MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository

Reply via email to