Image used for building Python .whl files.
1.8K
This image has the Python 2 packages to build .whl (wheel) files using setuptools as the backend. In addition, pip is also installed so that additional build time packages can be added if needed.
To use this image:
docker run --rm -v $(pwd):/workspace -w /workspace zenoss/wheel:py2-2
where $(pwd) is the path on the host where Python packaging files (e.g. setup.py, pyproject.toml, and setup.cfg) are found.
Content type
Image
Digest
sha256:1e9b07cb6…
Size
82.2 MB
Last updated
5 months ago
docker pull zenoss/wheel:py2-3