[SPARK-58151] Publish Apache Spark 4.2.0 to docker registry#130
Conversation
| @@ -29,6 +29,7 @@ on: | |||
| type: choice | |||
| options: | |||
| - 4.2.0-preview5 | |||
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @huaxingao .
|
Please merge and trigger the publish CI, @huaxingao . |
| # https://downloads.apache.org/spark/KEYS | ||
| ENV SPARK_TGZ_URL=https://www.apache.org/dyn/closer.lua/spark/spark-4.2.0/spark-4.2.0-bin-hadoop3.tgz?action=download \ | ||
| SPARK_TGZ_ASC_URL=https://www.apache.org/dyn/closer.lua/spark/spark-4.2.0/spark-4.2.0-bin-hadoop3.tgz.asc?action=download \ | ||
| GPG_KEY=709226B910E0F10917123B6259B586ADA5A538D1 |
There was a problem hiding this comment.
This key seems to be not published yet to https://downloads.apache.org/spark/KEYS .
I can find only your old one, @huaxingao . Could you publish your new key?
pub rsa4096 2021-12-07 [SC]
CEA888BDB32D983C7F094564AC01E6E9139F610C
uid [ultimate] Huaxin Gao (CODE SIGNING KEY) <huaxin.gao11@gmail.com>
sub rsa4096 2021-12-07 [E]
There was a problem hiding this comment.
Appended my new key. Thanks for catching this!
|
Thanks @dongjoon-hyun @holdenk @viirya for the review! |
|
oh.. I squashed and merged. I will fix this. |
|
I checked the history: it's still linear (no merge commit), and the last release PR #117 was merged the same way with the GitHub squash button. The content on master is correct, and I've manually triggered the publish CI, so I'll leave this as-is. |
What changes were proposed in this pull request?
This PR proposes to publish Apache Spark 4.2.0 to docker registry
Why are the changes needed?
To provide a docker image of Apache Spark 4.2.0
Does this PR introduce any user-facing change?
No
How was this patch tested?
Manual review
Was this patch authored or co-authored using generative AI tooling?