Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythons

Build and Push

A docker container that has the following latest versions of python installed:

  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10
  • 3.11
  • 3.12

Stub files are provided to create default python and pip executables via linking. eg:

RUN ln -sf /usr/local/bin/python3.6 /usr/local/bin/python
RUN ln -sf /usr/local/bin/pip3.6 /usr/local/bin/pip

These are the most up to date minor versions of currently supported python installations. The purpose of this container is mostly for testing and not intended for deployment. A typical use case is running tox tests against multiple versions of python both locally and in CI.

About

Docker container with the latest supported minor versions of python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages