Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

zalando-stups/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zalando Docker Python Image

This Docker base image contains Python 3.6 and the Zalando CA certificate. Versions of this image will be immutable, i.e. there is no "latest" tag, but instead version numbers are incremented like:

<PYTHON_VERSION>-<COUNTER> (example: "3.6.1-1")

Build the Docker image:

$ docker build -t stups/python:dev .

You can find the latest Python Docker image in our open source registry.