https://github.com/shini4i/docker-python-poetry
Docker images with python and poetry
https://github.com/shini4i/docker-python-poetry
dockerfile python python-poetry
Last synced: 9 months ago
JSON representation
Docker images with python and poetry
- Host: GitHub
- URL: https://github.com/shini4i/docker-python-poetry
- Owner: shini4i
- License: mit
- Created: 2022-09-30T13:48:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T20:09:44.000Z (10 months ago)
- Last Synced: 2025-03-27T01:51:33.604Z (10 months ago)
- Topics: dockerfile, python, python-poetry
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-poetry
Docker images with python and poetry



## 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 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.12 | ghcr.io/shini4i/python-poetry:3.12.6-1.8.5 | 2024-12-08 09:49:13 +0000 |
| 3.11 | ghcr.io/shini4i/python-poetry:3.11.4-1.8.5 | 2024-12-08 09:49:13 +0000 |
| 3.10 | ghcr.io/shini4i/python-poetry:3.10.12-1.8.5 | 2024-12-08 09:49:13 +0000 |