Skip to content

Commit

Permalink
[FLINK-23562][CI] Update CI JDK to 1.8.0_292
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Aug 3, 2021
1 parent 2f5655a commit 4d19a9f
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-7ac4e28
image: rmetzger/flink-ci:ubuntu-amd64-02878c6
# 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-7ac4e28
image: rmetzger/flink-ci:ubuntu-amd64-02878c6

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

0 comments on commit 4d19a9f

Please sign in to comment.