HyukjinKwon commented on code in PR #53890:
URL: https://github.com/apache/spark/pull/53890#discussion_r2714862779


##########
.github/workflows/release.yml:
##########
@@ -119,6 +119,13 @@ jobs:
         with:
           repository: apache/spark
           ref: "${{ inputs.branch }}"
+      - name: Use master branch's Dockerfile for release
+        # The release Docker image should always use master's Dockerfile which 
is actively maintained.
+        # Old branch Dockerfiles may have broken dependencies (expired GPG 
keys, outdated base images, etc.)
+        run: |
+          git fetch origin master --depth=1
+          git checkout origin/master -- dev/create-release/spark-rm/

Review Comment:
   Hm, I think we shoudn't? the dependencies might make the build fail. e.g., 
python requires some upper/lower bound depdencnies



-- 
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]

Reply via email to