Skip to content

Commit

Permalink
[FLINK-16947][Azure] Use latest docker image for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Apr 7, 2021
1 parent 2b1cf60 commit 99b1c42
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-98ad098
image: rmetzger/flink-ci:ubuntu-amd64-7ac4e28
# 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-98ad098
image: rmetzger/flink-ci:ubuntu-amd64-7ac4e28

variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
Expand Down

0 comments on commit 99b1c42

Please sign in to comment.