diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8c7ed6a2a61c2..d1e8b2bdb9e18 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 37679d87bbcde..cd0030e20b69a 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