-
Notifications
You must be signed in to change notification settings - Fork 48
[SPARK-53693] Publish Apache Spark 3.5.7 to docker registry #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@dongjoon-hyun , could you please review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM.
Thank you @dongjoon-hyun. |
Rerunning the publish action with |
Thank you. I verified the publish images in Apache Spark K8s Operator like the following. |
Yeah, the images showed up at https://hub.docker.com/r/apache/spark/tags |
Opened docker-library/official-images#19948 to push them to https://hub.docker.com/_/spark as well. |
It seems the docker library no longer supports What shall we do in this case? Switch to |
Sorry but I'm not working on Maybe, cc @Yikun since he has been leading |
To @peter-toth , please announce 3.5.7 first because non-ASF channel is not a blocker for ASF release process. We can catch up the others later. |
In general, we can just follow the spark repo dockerfile, but I just saw we changed the image to a non-docker official image on apache/spark@25f8a44 . So that we can follow the ubuntu release version in spark ci at least, it's safe to switch. |
I opened a PR to switch to |
What changes were proposed in this pull request?
This PR proposes to publish Apache Spark 3.5.7 to docker registry
Why are the changes needed?
To provide a docker image of Apache Spark 3.5.7.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manual review.