Skip to content

totem/python-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Totem: Python

This repo contains a base image for running Python based projects in Docker.

Image Name

This image can be found in the repository at:

totem/python-base

Tags

The following tags are available for this image:

  • 2.7

Building

To build this image, simply run docker build -t totem/python-base:<version> . from the root of this repository.

Docker Hub Builds

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.