vicamo/pyenv

By vicamo

Updated about 2 years ago

PyEnv docker images

Image
2

7.9K

Docker image with prebuilt pyenv python versions

Tags

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.10 currently, installed.
  • latest: images based on the latest stable Debian release, Bullseye currently, with at least latest stable python version, 3.10 currently, installed.

Versions can be 3, 3.10, 3.10.1, etc, and current supported variants are:

Source

See https://github.com/vicamo/docker-pyenv for further information.

Docker Pull Command

docker pull vicamo/pyenv