Yikun opened a new pull request, #17:
URL: https://github.com/apache/spark-docker/pull/17

   ### What changes were proposed in this pull request?
   Remove pip/setuptools dynamic upgrade in dockerfile
   
   ### Why are the changes needed?
   According to [official image 
suggestion](https://github.com/docker-library/official-images#repeatability), 
`Rebuilding the same Dockerfile should result in the same version of the image 
being packaged`.
   
   But we used to upgrade pip/setuptools to latest, actually we don't need a 
latest pip/setuptools for any reason I can think out. I also take a look on 
[initial 
commits](https://github.com/apache-spark-on-k8s/spark/commit/befcf0a30651d0335bb57c242a824e43748db33f)
 for this line, according merge history no more reason for it.
   
   ### Does this PR introduce _any_ user-facing change?
   The OS recommand pip/setuptools version is used.
   
   ### How was this patch tested?
   
   CI passed.


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