Skip to content

Commit

Permalink
[FLINK-20165][CI] Update test docker image
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rmetzger committed Nov 20, 2020
1 parent 8dca9fa commit c11df33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c11df33

Please sign in to comment.