-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upgraded to pip 9.0.1 #154
Conversation
fwiw, just weighing in my opinion, this change does bring backwards incompatibility, and we definitely don't have any way of tagging to indicate a version of pip. So a Granted, I don't think that should hold us back from doing the upgrade, just something to keep in mind. I dealt with this when we upgraded to 8.0. :) See #83 for discussion. Definitely need to figure out why tests are failing though. |
Indeed, I'm wary of 9.0 given our experience with 8.0 (especially breaking our tests, which exposed a bug in |
I'll have some time to look at this over the weekend and see if something obvious is standing out why tests would fail for this. 😭 |
I think the tests might actually be failing due to docker-library/official-images#2284 (docker-library/buildpack-deps#49, #151). |
Which doesn't really make sense, given that |
😨 🙏 |
All test that fail, fail on master too. I'll guess it's best to fix the tests on master and then rebase. |
Updated the commit to pip 9.0.1 and upgraded pip for the 3.6 image too (missed that before). The tests pass now, I guess due to:
See #156 (comment) If upgrading pip is so critical, maybe there should be images for the latest major version of pip and the one before. |
rebased |
I wouldn't say it's necessarily critical, it's just caused problems in the past. I think we've got some pretty decent test coverage though, so I feel OK about updating this. 👍 |
- `cassandra`: 3.0.10 - `docker`: 1.13.0-rc1 (currently failing the `override-cmd` test; see moby/moby#28329), `docker daemon` -> `dockerd` (docker-library/docker#31) - `drupal`: 8.2.3 - `java`: alpine 7.121.2.6.8-r0, 8.111.14-r0 - `openjdk`: alpine 7.121.2.6.8-r0, 8.111.14-r0 - `python`: 3.6.0b3 (docker-library/python#157), pip 9.0.1 (docker-library/python#154) - `ruby`: 2.3.2, 2.2.6 - `tomcat`: 6.0.48, 7.0.73, 8.0.39, 8.5.8, 9.0.0.M13 - `wordpress`: add `WORDPRESS_*_FILE` support for passing parameters via files especially for [Docker secrets](moby/moby#27794) (docker-library/wordpress#186)
No description provided.