- Switched hadoop mirror as the previously used mirror is no longer a…#6
Open
fred4freedom wants to merge 2 commits intomasterfrom
Open
- Switched hadoop mirror as the previously used mirror is no longer a…#6fred4freedom wants to merge 2 commits intomasterfrom
fred4freedom wants to merge 2 commits intomasterfrom
Conversation
added 2 commits
June 6, 2017 15:33
…vailable - Switched from ubuntu based python to alpine based python (Note that `apk add -update` should be used in place of `apt-get update && apt-get install` now) - Reduce to minimal openjdk jre 8 - Optimized the base image size from 1.9 GB to 800 MB - Added python3 / spark2 branch
- Fix errors in the Dockerfiles for Spark 2.0 where the wrong spark packages are used in both python 2 and 3
chrissng
suggested changes
Jun 6, 2017
Contributor
chrissng
left a comment
There was a problem hiding this comment.
Split the PR to two. One for addressing Hadoop download and openJDK. The other for Alpine based image. Why not look at this alpine based Python image? https://github.com/docker-library/python/blob/cd1f11aa745a05ddf6329678d5b12a097084681b/2.7/alpine/Dockerfile https://hub.docker.com/_/python/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…vailable
apk add -updateshould be used in place ofapt-get update && apt-get installnow)