Tags are available in a few formats:
<version>-<variant>: images based on the specified variant with multiple python versions installed, and<version>is one of them.<version>: images based on latest stable Debian release, Bullseye currently, with multiple python versions installed, and<version>is one of them.<variant>: images based on the specified base with unspecified multiple python versions installed.latest-<variant>: images based on the specified variant with at least latest stable python version, 3.12 currently, installed.latest: images based on the latest stable Debian release, Bullseye currently, with at least latest stable python version, 3.12 currently, installed.
Versions can be 3, 3.12, 3.12.1, etc, and current supported variants are:
alpine: based onalpine, Dockerfilebullseye: based onbuildpack-deps:bullseye, Dockerfileslim-bullseye: based ondebian:bullseye-slim, Dockerfilebookworm: based onbuildpack-deps:bookworm, Dockerfileslim-bookworm: based ondebian:bookworm-slim, Dockerfilefocal: based onbuildpack-deps:focal, Dockerfileslim-focal: based onubuntu:focal, Dockerfilejammy: based onbuildpack-deps:jammy, Dockerfileslim-jammy: based onubuntu:jammy, Dockerfile
Thanks to https://hub.docker.com/r/vicamo/pyenv/ for the initial code from which this repo was forked.