Sign inSign up

lukewiwa/pythons

By lukewiwa

Updated 3 months ago

Image
0

10K+

lukewiwa/pythons repository overview

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.

Tag summary

Content type

Image

Digest

sha256:ba07913f4

Size

333.4 MB

Last updated

3 months ago

docker pull lukewiwa/pythons