cloud-fan commented on PR #53905: URL: https://github.com/apache/spark/pull/53905#issuecomment-3783503626
cc @dongjoon-hyun @HyukjinKwon I want to use the master-branch base docker image for all active branches, as we can't really "freeze" the docker file in old branches. Things will go stale over time, and it's more stable to use the actively maintained docker file in the master branch. Every time I try to build release from an old branch, the docker environment is always broken. For example, building docker image with branch-3.5 fails now. I have PRs for all the active branches, and the base docker file is the same: https://github.com/apache/spark/pull/53906 https://github.com/apache/spark/pull/53907 https://github.com/apache/spark/pull/53908 I've done tests locally for all of them, for all the release steps (except for uploading). The produced artifacts are also verified. After these are merged, I'll update the github action release job to always use the master-branch base docker file: https://github.com/apache/spark/pull/53890 -- 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]
