dongjoon-hyun opened a new pull request, #51338: URL: https://github.com/apache/spark/pull/51338
### What changes were proposed in this pull request? This PR aims to support `java_image_name` ARG in K8s `Dockerfile`. ### Why are the changes needed? Until now, we didn't parameterize K8s Docker image name because it's difficult to change the underlying OS distribution. However, if a user can provide a compatible (or forked) image, we had better allow it at the user's own risk. ### Does this PR introduce _any_ user-facing change? No behavior change because we still use the default value is the same image name which we used so far. ### How was this patch tested? Manually test. ### Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
