Sign inSign up

tanel/python

By tanel

Updated 1 day ago

python and stuff

Image
0

5.7K

tanel/python repository overview

3-alpine-falcon

$ docker run --rm tanel/python:3-alpine-falcon pip freeze
falcon==4.2.0
$

3-alpine-requests

$ 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
$

ci

$ docker run --rm tanel/python:ci pip freeze
$

1.0.1

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)
$

Tag summary

Content type

Image

Digest

sha256:03673112c

Size

25 MB

Last updated

1 day ago

docker pull tanel/python:3-alpine-requests