shini4i / docker-python-poetry

Docker images with python and poetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-poetry

Docker images with python and poetry

GitHub Workflow Status Supported Python Versions GitHub

Project Description

This project aims to provide pre-built docker images with python and poetry.

The naming convention is as follows:

ghcr.io/shini4i/python-poetry:<python_version>-<poetry_version>

Python version is the version without a patch number, e.g., 3.12, and the poetry version is the version with a patch number, e.g., 1.8.2.

Additionally, if there is a necessity to use a specific python version, it is possible to use a tag with the patch number, e.g., 3.12.3-1.8.2.

Supported versions

Currently, the following python versions are supported: 3.10 3.11 3.12

Available images

Python Version Latest built image Updated time
3.11 ghcr.io/shini4i/python-poetry:3.11.4-1.8.2 2024-03-07 18:29:16 +0000
3.12 ghcr.io/shini4i/python-poetry:3.12.3-1.8.2 2024-04-12 14:06:59 +0000
3.10 ghcr.io/shini4i/python-poetry:3.10.12-1.8.2 2024-03-07 18:29:16 +0000

About

Docker images with python and poetry

License:MIT License


Languages

Language:Python 90.4%Language:Dockerfile 9.6%