diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9413c205d94e7..73e433a16a01a 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-bcef226 + image: rmetzger/flink-ci:ubuntu-amd64-f009d96 # 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 4a1f007d1e798..5c471e9eb39c8 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-bcef226 + image: rmetzger/flink-ci:ubuntu-amd64-f009d96 variables: MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository