Dockerfiles for Python CI purposes
5.6K
This repository contains Docker images for Python which are based on the official Python Docker images. These images were created specifically to use them for continious integration (Gitlab CI specifically), but they can be used for other purposes too.
The images are stored on Docker Hub. Use docker pull geertw/docker-python-ci to pull these images.
Available tags:
2.7, 2.7-alpine3.3, 3.3-alpine3.4, 3.4-alpine3.5, 3.5-alpineThe alpine images are smaller. The normal images also contain a MySQL client for database interaction.
The Dockerfiles are stored in directories for each image version. Docker Hub builds new images automatically when this repository or the Python base images are updated.
The Dockerfiles are licensed under the MIT license, see LICENSE for details.
Content type
Image
Digest
Size
98.5 MB
Last updated
almost 9 years ago
docker pull geertw/docker-python-ci