Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T17:50:23.000Z (2 months ago)
- Last Synced: 2024-10-28T19:00:56.053Z (2 months ago)
- Topics: dockerfile, python, python-poetry
- Language: Python
- Homepage:
- Size: 58.6 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
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/shini4i/docker-python-poetry/update_readme.yml?branch=main&style=plastic)
![Supported Python Versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue?style=plastic)
![GitHub](https://img.shields.io/github/license/shini4i/python-poetry?style=plastic)## 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.4 | 2024-10-15 20:39:35 +0000 |
| 3.11 | ghcr.io/shini4i/python-poetry:3.11.4-1.8.4 | 2024-10-15 20:39:35 +0000 |
| 3.10 | ghcr.io/shini4i/python-poetry:3.10.12-1.8.4 | 2024-10-15 20:39:35 +0000 |