Tianon Gravi
0610d9ccc2
Update to alpine:3.4
2016-06-07 08:54:35 -07:00
Tianon Gravi
9383f7d4d2
Update to pip 8.1.2
2016-05-11 14:48:17 -07:00
Tianon Gravi
87cd3580b7
Fix embarassing README.md typo ( https://github.com/docker-library/docs/pull/557 )
2016-04-26 14:38:11 -07:00
yosifkit
85da414d0c
Merge pull request #102 from sukrit007/patch_remove-test-directories
...
Fixes: Removal of test folders
2016-04-26 12:38:12 -07:00
Sukrit Khera
3232863ad5
Fixes https://github.com/docker-library/python/pull/102 (tests folder removal)
2016-04-25 20:37:58 -07:00
Tianon Gravi
8179a07e8a
Merge pull request #90 from ushuz/lzma-deps
...
Add missing build dependency for lzma module
2016-04-21 12:15:01 -07:00
Tianon Gravi
6452851ffc
Merge pull request #103 from mattrobenolt/slimmer
...
Explicitly empty ~/.cache
2016-04-19 16:40:09 -07:00
Matt Robenolt
195213c43e
Explicitly empty ~/.cache
...
This shaves off ~1.1MB off the container builds. We do --no-cache-dir on
`pip install`, but turns out, this isn't enough. Stuff from within
`get-pip.py` ends up leveraging the http cache as well, so we should
just nuke it entirely.
2016-04-19 16:38:31 -07:00
Tianon Gravi
e327311c1e
Merge pull request #99 from infosiftr/python-config
...
Fix python-config symlink
2016-03-29 15:58:10 -07:00
Joe Ferguson
764d302a21
Fix python-config symlink
2016-03-28 12:32:01 -07:00
Tianon Gravi
7919b85ec9
Update pip to 8.1.1
2016-03-17 08:54:02 -07:00
yosifkit
d68e76a276
Merge pull request #94 from mattrobenolt/pip-8.1
...
pip 8.1.0
2016-03-07 09:41:32 -08:00
Matt Robenolt
d2b679d44b
pip 8.1.0
...
Fixes GH-85
2016-03-05 10:36:54 -08:00
yosifkit
38f6ab379d
Merge pull request #91 from infosiftr/fix-gpg
...
Fix "gpg" usage to stop relying on deprecated and insecure behavior
2016-02-29 15:47:12 -08:00
Tianon Gravi
93dd2037ba
Fix "gpg" usage to stop relying on deprecated and insecure behavior
2016-02-29 10:24:10 -08:00
yosifkit
17f2bb90ff
Merge pull request #83 from mattrobenolt/pip-8
...
pip 8.0
2016-02-26 11:34:37 -08:00
Matt Robenolt
8f0e46ad31
pip 8.0.3
2016-02-26 07:24:20 -08:00
ushuz
cf33ad9c40
Add missing build dependency for lzma module
...
Fix #86 .
2016-02-26 22:02:30 +08:00
yosifkit
2f33ab3158
Merge pull request #87 from infosiftr/eol-3.2
...
Remove 3.2 (EOL next month)
2016-01-26 09:23:05 -08:00
Tianon Gravi
1af374a7ff
Remove 3.2 (EOL next month)
...
https://www.python.org/dev/peps/pep-0392/#lifespan
2016-01-26 09:15:31 -08:00
Tianon Gravi
d5cf1e3366
Apply update.sh to .travis.yml
2016-01-15 11:18:40 -08:00
yosifkit
ae6b3181ee
Merge pull request #82 from infosiftr/alpine-3
...
Apply the 3.5 alpine variant changes across the board for 3.x (now that they've settled)
2016-01-14 16:48:53 -08:00
Tianon Gravi
12db3f7b07
Apply the 3.5 alpine variant changes across the board (now that they've settled)
2016-01-14 16:43:53 -08:00
yosifkit
4981110076
Merge pull request #81 from infosiftr/sync-alpine-better
...
Adjust alpine and standard variants to be closer in sync
2016-01-12 10:39:53 -08:00
Tianon Gravi
326d146f38
Adjust alpine and standard variants to be closer in sync
2016-01-12 09:10:21 -08:00
yosifkit
6ebb4afe5e
Merge pull request #80 from Soullivaneuh/2.7-alpine
...
Python 2.7 Alpine variant
2016-01-12 08:55:05 -08:00
Sullivan SENECHAL
895e408f9d
Python 2.7 Alpine variant
2016-01-12 16:58:22 +01:00
Tianon Gravi
4cce2f7591
Merge pull request #75 from infosiftr/alpine-readline
...
Add readline-dev to alpine since it can't be added after the fact unless the headers are available during python compilation
2016-01-04 16:27:21 -08:00
Tianon Gravi
f5d45e6919
Merge pull request #76 from infosiftr/alpine
...
Add alpine to generate-stackbrew-library.sh also
2016-01-04 09:29:03 -08:00
Tianon Gravi
5980eb7c39
Add readline-dev to alpine since it can't be added after the fact unless the headers are available during python compilation
2016-01-03 09:35:59 -08:00
Tianon Gravi
103c1c4743
Add alpine to generate-stackbrew-library.sh also
2015-12-31 15:21:15 -08:00
Tianon Gravi
f20e921fbb
Merge pull request #74 from ncopa/alpine
...
[RFC] Add 3.5/alpine variant
2015-12-31 10:16:28 -08:00
ncopa
a418b4eaf1
Merge pull request #1 from infosiftr/alpine-tweaks
...
Adjust whitespace for better symmetry between Dockerfiles and cut image size in half by keeping fetch and compile in the same layer so the Python source goes away properly
2015-12-31 09:31:30 +01:00
Tianon Gravi
9c5b00f106
Adjust whitespace for better symmetry between Dockerfiles and cut image size in half by keeping fetch and compile in the same layer so the Python source goes away properly
...
Before: ~163.2 MB
After: ~89.05 MB
2015-12-30 15:40:04 -08:00
Natanael Copa
e677b04e46
3.5/alpine: fix uninstall of build time deps
...
don't uninstall gnupg twice
2015-12-29 13:28:01 +01:00
Natanael Copa
d254b78738
add alpine to travis config
2015-12-29 12:13:25 +01:00
Natanael Copa
c43ed837d3
alpine: Run fetch and gpg verify into same build step
2015-12-29 12:10:51 +01:00
Natanael Copa
1c4831ea8e
Add 3.5/alpine variant
2015-12-29 09:53:19 +01:00
Tianon Gravi
750546c0cd
Merge pull request #73 from infosiftr/curl-f
...
Add "-f" to all "curl" invocations
2015-12-23 16:27:34 -08:00
Tianon Gravi
033320b278
Add "-f" to all "curl" invocations
2015-12-23 16:12:06 -08:00
Tianon Gravi
00c226b82e
More places that Python 3.4 needs the backport...
2015-12-22 10:30:52 -08:00
Tianon Gravi
f9739c6da5
Backport pip fix from 3.5 to 3.4
2015-12-22 08:39:53 -08:00
Tianon Gravi
4388fdb353
Update to 3.4.4
2015-12-21 10:09:46 -08:00
Tianon Gravi
5909006206
Update to 2.7.11 and 3.5.1
...
Fixes #67
2015-12-08 11:55:48 -08:00
Tianon Gravi
8db0ad07b7
Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉 )
2015-11-20 09:50:24 -08:00
Tianon Gravi
be90aef3d8
Update README.md stub
2015-11-16 13:47:05 -08:00
Tianon Gravi
b48ca82ebb
Add Travis CI badge
2015-10-22 16:50:49 -07:00
Joe Ferguson
ffda6de7ff
3.5 is a release now
2015-10-19 12:47:24 -07:00
Tianon Gravi
89bb1b63ca
Add a tiny bit more resiliency to update.sh
2015-09-14 09:26:10 -07:00
Tianon Gravi
85c08ab4bb
Merge pull request #62 from ctolsen/master
...
Upgrade to final version of Python 3.5.0
2015-09-14 09:24:32 -07:00