[python-committers] Official python-dev docker images

2017-12-07 Thread Barry Warsaw
As part of the importlib_resources skunkworks project Brett and I have been working on (just announced), we’ve also put together a nice Docker image that we’re using for our automated testing. This image is based on Ubuntu 16.04 and provides the latest stable releases of Python 2.7, and 3.4-3.6

Re: [python-committers] Official python-dev docker images

2017-12-07 Thread Barry Warsaw
On Dec 7, 2017, at 13:00, Barry Warsaw wrote: > He’s an amazing amount of work to improve the quality of this image! Um, let me rephrase :) He’s done an amazing amount of work to improve the quality of this image! -Barry signature.asc Description: Message signed with OpenPGP ___

Re: [python-committers] Official python-dev docker images

2017-12-07 Thread R. David Murray
On Thu, 07 Dec 2017 13:00:31 -0500, Barry Warsaw wrote: > Brett and I want to promote this more widely within the Python > community as the “official Python Docker image” that projects can use > in their own testing environments, or base their own images on it. We > wanted to give you guys a

Re: [python-committers] Official python-dev docker images

2017-12-07 Thread Barry Warsaw
[Continuing to CC Abhilash, who is not on this list. -B] > On Dec 7, 2017, at 14:36, R. David Murray wrote: > > On Thu, 07 Dec 2017 13:00:31 -0500, Barry Warsaw wrote: >> Brett and I want to promote this more widely within the Python >> community as the “official Python Docker image” that projec

Re: [python-committers] Official python-dev docker images

2017-12-07 Thread Christian Heimes
On 2017-12-07 22:28, Barry Warsaw wrote: > That’s good feedback! I want to be clear about the purpose of this image, > both in that it’s blessed and maintained by us, and that its focus is on the > Python library and application developer (primarily for testing purposes). > > So maybe: Python.O

Re: [python-committers] Official python-dev docker images

2017-12-07 Thread Christian Heimes
On 2017-12-07 19:00, Barry Warsaw wrote: > As part of the importlib_resources skunkworks project Brett and I have been > working on (just announced), we’ve also put together a nice Docker image that > we’re using for our automated testing. This image is based on Ubuntu 16.04 > and provides the

Re: [python-committers] Official python-dev docker images

2017-12-07 Thread Barry Warsaw
On Dec 7, 2017, at 19:34, Christian Heimes wrote: > > Shiny! You'll get extra bonus points for not running as root. :) Don’t forget, there’s a bug tracker you can submit requests to. > I'm curious, what is the reason of compiling CPython yourself? Ubuntu > has the deadsnakes project. Fedora ha

Re: [python-committers] Official python-dev docker images

2017-12-08 Thread Nick Coghlan
On 8 December 2017 at 13:14, Barry Warsaw wrote: > On Dec 7, 2017, at 19:34, Christian Heimes wrote: >> >> Shiny! You'll get extra bonus points for not running as root. :) > > Don’t forget, there’s a bug tracker you can submit requests to. > >> I'm curious, what is the reason of compiling CPytho

Re: [python-committers] Official python-dev docker images

2017-12-10 Thread Barry Warsaw
On Dec 7, 2017, at 19:00, Christian Heimes wrote: > > Why is there 'Docker' in the name? Is the container image restricted to > Docker runtime or can I use it with lxc, systemd-nspawn, rkt, or any > other container runtime, too? I honestly don’t know, and I’ve only used it with Docker, but there