/docker-python

Docker image with Python 3.6 and Zalando CA

Primary LanguageDockerfileOtherNOASSERTION

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.