spark icon indicating copy to clipboard operation
spark copied to clipboard

[SPARK-48239][INFRA] Update the release docker image to follow what we use in Github Action jobs

Open cloud-fan opened this issue 9 months ago • 1 comments

What changes were proposed in this pull request?

We have Github Action jobs to test package building and doc generation, but the execution environment is different from what we use for the release process.

This PR updates the release docker image to follow what we use in Github Action: https://github.com/apache/spark/blob/master/dev/infra/Dockerfile

Note: it's not exactly the same, as I have to do some modification to make it usable for the release process. In the future we should have a better way to unify these two docker files.

Why are the changes needed?

to make us be able to release

Does this PR introduce any user-facing change?

no

How was this patch tested?

manually

Was this patch authored or co-authored using generative AI tooling?

no

cloud-fan avatar May 11 '24 06:05 cloud-fan

cc @HyukjinKwon @dongjoon-hyun

cloud-fan avatar May 11 '24 06:05 cloud-fan

Merged to master.

HyukjinKwon avatar May 12 '24 23:05 HyukjinKwon