This repo contains a base image for running Python based projects in Docker.
This image can be found in the repository at:
totem/python-base
The following tags are available for this image:
- 2.7
To build this image, simply run docker build -t totem/python-base:<version> .
from the root of this repository.
This repository has been setup for automated build in docker.io. In order to release a new tag:
- Release a new tag from 2.7-trusty or 3.4-trusty branch
- Go to Automated Build configuration in docker.io for python-base
- Remove previous tags (not branches) from the build configuration and new tag.
- Click on Save and Trigger Build.