Skip to content

Commit

Permalink
[FLINK-17118][AZP] Use rmetzger/flink-ci:ubuntu-amd64-bcef226 image w…
Browse files Browse the repository at this point in the history
…hich contains gcc used for PyFlink cython tests
  • Loading branch information
HuangXingBo authored and dianfu committed Apr 19, 2020
1 parent e0d2db7 commit c874700
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-3528acd
image: rmetzger/flink-ci:ubuntu-amd64-bcef226
# 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-3528acd
image: rmetzger/flink-ci:ubuntu-amd64-bcef226

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

0 comments on commit c874700

Please sign in to comment.