From c11df3370b6d0d48baa93eb2d13c1785fb90652a Mon Sep 17 00:00:00 2001 From: Robert Metzger Date: Wed, 18 Nov 2020 08:58:05 +0100 Subject: [PATCH] [FLINK-20165][CI] Update test docker image Relevant version changes: adoptopenjdk-11-hotspot: 11.0.7+10-2 --> 11.0.9+11.2-3 openjdk-8-jdk: 8u242-b08-0ubuntu3~16.04 --> 8u275-b01-0ubuntu1~16.04 docker.io: 18.09.7-0ubuntu1~16.04.5 --> 18.09.7-0ubuntu1~16.04.6 --- 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 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