-
Notifications
You must be signed in to change notification settings - Fork 37
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
Publish 3.5.4 to docker registry #77
Conversation
will re-triggered after the tar package is released |
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.
Could you retry, @LuciferYang ?
It seems that ASF Download to ASF Archive sync needs a little more time. |
BTW, ASF Archive is ready now. Could you re-trigger once more? https://archive.apache.org/dist/spark/spark-3.5.4/ |
It's working now. And, I re-triggered.
|
Maybe it's the same issue as apache/spark#48406 ? |
.github/workflows/main.yml
Outdated
@@ -257,6 +257,11 @@ jobs: | |||
path: ~/.cache/coursier | |||
key: build-${{ inputs.spark }}-scala${{ inputs.scala }}-java${{ inputs.java }}-coursier | |||
|
|||
- name: Install R |
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.
Perhaps this should be done in a preceding pr but let me try it out first.
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.
@dongjoon-hyun It seems that we need to manually install the R environment for ubuntu-latest, after the installation, the tests for 3.5.4 all seem to have succeeded.
Before
https://github.com/apache/spark-docker/actions/runs/12431196505/job/34721415046
After
https://github.com/apache/spark-docker/actions/runs/12436092928/job/34723236153?pr=77
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.
Is this solution acceptable? I referenced apache/spark#48406.
Should I submit a separate pr or can it be completed in this one?
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.
I make a separate one : #78
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.
I make a separate one : #78
Let me rebase this one
This reverts commit 1b36487.
all test passed, merged into master |
It looks like the publish to
cc @HyukjinKwon @Yikun @dongjoon-hyun @yaooqinn And I have submitted a pr to docker-library/official-images#18156 |
Thank you, @LuciferYang ! |
What changes were proposed in this pull request?
Publish 3.5.4 to docker registry
Why are the changes needed?
3.5.4 release step
Does this PR introduce any user-facing change?
no
How was this patch tested?
CI