diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4911315da3168..cbe3b11650938 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-98ad098 + image: rmetzger/flink-ci:ubuntu-amd64-7ac4e28 # 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 ff0da567bf4f6..1c4797af11c0b 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-98ad098 + image: rmetzger/flink-ci:ubuntu-amd64-7ac4e28 variables: MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository