$ docker run --rm tanel/python:3-alpine-falcon pip freeze
falcon==4.2.0
$
$ docker run --rm tanel/python:3-alpine-requests pip freeze
certifi==2026.2.25
charset-normalizer==3.4.6
idna==3.11
requests==2.33.1
urllib3==2.6.3
$
$ docker run --rm tanel/python:ci pip freeze
$
And just for fun (from https://www.bitecode.dev/p/lets-compile-python-10)
$ docker run --rm tanel/python:1.0.1 -c 'import sys; print sys.version'
1.0.1 (Feb 11 2025)
$
Content type
Image
Digest
sha256:03673112c…
Size
25 MB
Last updated
1 day ago
docker pull tanel/python:3-alpine-requests