Sign inSign up

andrewmackrodt/python

By andrewmackrodt

Updated 4 months ago

Image
0

10K+

andrewmackrodt/python repository overview

andrewmackrodt/docker-python

Status Pulls Dockerfile Size Version

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.

Versions

Python 3.10 is tagged as latest`. Other versions are also provided:

  • andrewmackrodt/python:2.7 (end-of-life: 2020-01-01)
  • andrewmackrodt/python:3.10 (end-of-life: 2025-10-05)

Update Schedule

Images are built nightly and images will be updated as new major.minor.patch-release packages of PYTHON are released. It's possible to pull a specific tag, e.g. docker pull andrewmackrodt/python:3.9.0-r5, see Docker Hub for a list of supported tags.

Removal Policy

Old tags are subject to removal periodically without notice.

Usage

docker
# start interactive mode
docker run --rm -it andrewmackrodt/python

# print version
docker run --rm andrewmackrodt/python --version

Parameters

ParameterFunction
-e PUID=1000The user id, recommended: $(id -u)
-e PGID=1000The group id, recommended: $(id -g)
-e SUDO_NOPASSWD=0Set to 1 to allow passwordless sudo

Tag summary

Content type

Image

Digest

sha256:38c0b775f

Size

162.5 MB

Last updated

4 months ago

docker pull andrewmackrodt/python