Short Description
DataSift build image used to build Python packages on CentOS 6.
Full Description
datasift/build-python
A docker image we use to build Python packages.
Based of the CentOS 6 images, and includes:
- Python 2.6 (the system default).
- Python 2.7, with the
pex
andwheel
packages (via a SCL). - Ruby 2.2 with the
fpm
package (via a SCL).
Usage
docker pull datasift/build-python
docker run -it datasift/build-python bash
License
Licensed under the MIT license. See the LICENCE
file.