Skip to content

Commit

Permalink
[FLINK-24996][ci] Update CI image to contain Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol authored Nov 24, 2021
1 parent 44ed268 commit b09e4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ trigger:
resources:
containers:
# Container with Maven 3.2.5, SSL to have the same environment everywhere.
# see https://github.com/flink-ci/flink-ci-docker
- container: flink-build-container
image: rmetzger/flink-ci:ubuntu-amd64-02878c6
image: chesnay/flink-ci:java_8_11_17
# On AZP provided machines, set this flag to allow writing coredumps in docker
options: --privileged

Expand Down
3 changes: 2 additions & 1 deletion tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ trigger:
resources:
containers:
# Container with Maven 3.2.5, SSL to have the same environment everywhere.
# see https://github.com/flink-ci/flink-ci-docker
- container: flink-build-container
image: rmetzger/flink-ci:ubuntu-amd64-02878c6
image: chesnay/flink-ci:java_8_11_17

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

0 comments on commit b09e4ae

Please sign in to comment.