-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Install explicit version of "pip" #46
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
Conversation
@@ -12,6 +12,9 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys C01E1CAD5EA2C4F0B8E35 | |||
|
|||
ENV PYTHON_VERSION 2.7.9 | |||
|
|||
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'" | |||
ENV _PIP_VERSION 6.1.1 |
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 would maybe have preferred naming it something less awkward like DOCKER_PIP_VERSION
or PYTHON_PIP_VERSION
.
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.
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.
Otherwise this PR looks solid to me 👍
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.
LGTM |
Install explicit version of "pip"
- `cassandra`: 2.0.15 - `java`: 8u45-b14-3 - `mongo`: 2.6.10 - `python`: explicit version of `pip` (docker-library/python#46)
- `cassandra`: 2.0.15, switch to archive.apache.org (docker-library/cassandra#3) - `java`: 8u45-b14-3 - `mongo`: 2.6.10 - `python`: explicit version of `pip` (docker-library/python#46)
- `cassandra`: 2.0.15, switch to archive.apache.org (docker-library/cassandra#3) - `java`: 8u45-b14-3 - `mongo`: 2.6.10 - `python`: explicit version of `pip` (docker-library/python#46)
No description provided.