Go to file
yosifkit 2664a9b681 Merge pull request #140 from infosiftr/dbm
Add build-time headers/packages for "import dbm" to work properly on 2.7 slim and alpine variants
2016-08-08 17:01:43 -07:00
2.7 Merge pull request #140 from infosiftr/dbm 2016-08-08 17:01:43 -07:00
3.3 Apply update.sh (templates) 2016-08-08 16:14:09 -07:00
3.4 Apply update.sh (templates) 2016-08-08 16:14:09 -07:00
3.5 Apply update.sh (templates) 2016-08-08 16:14:09 -07:00
3.6 Apply template to python:2.7 and python:3.6 which don't currently get the templates applied directly 2016-08-08 16:15:58 -07:00
.travis.yml add python-3.6 2016-07-01 12:30:37 -05:00
Dockerfile-alpine.template Add a few simple Python 3 templates based on existing Dockerfiles 2016-08-08 16:13:25 -07:00
Dockerfile-debian.template Add a few simple Python 3 templates based on existing Dockerfiles 2016-08-08 16:13:25 -07:00
Dockerfile-onbuild.template Add a few simple Python 3 templates based on existing Dockerfiles 2016-08-08 16:13:25 -07:00
Dockerfile-slim.template Add a few simple Python 3 templates based on existing Dockerfiles 2016-08-08 16:13:25 -07:00
LICENSE 2015 2015-02-23 13:51:02 -07:00
README.md Fix embarassing README.md typo (https://github.com/docker-library/docs/pull/557) 2016-04-26 14:38:11 -07:00
generate-stackbrew-library.sh Convert "generate-stackbrew-library.sh" to output the new 2822-based format 2016-06-09 11:36:47 -07:00
update.sh Add a few simple Python 3 templates based on existing Dockerfiles 2016-08-08 16:13:25 -07:00

README.md

About this Repo

This is the Git repo of the Docker official image for python. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/python.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/python" manifest file in the docker-library/official-images repo, especially PRs with the "library/python" label on that repo. For more information about the official images process, see the docker-library/official-images readme.

Travis CI