Commit 6d801bf
committed
[SPARK-53778] Use JDK25 Gradle Image as builder images
### What changes were proposed in this pull request?
This PR aims to use JDK25 Gradle Image instead of JDK17.
### Why are the changes needed?
Since SPARK-53701, Apache Spark K8s Operator has been using JDK25 Toolchain which means it downloads JDK 25 inside JDK 17 Docker image. By using JDK25 Gradle Image, we can eliminate this redundancy and save resources during Docker images.
- #336
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #359 from dongjoon-hyun/SPARK-53778.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 75f8a9c commit 6d801bf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments