https://github.com/max-pfeiffer/python-poetry
Python Docker image with Poetry installed and ready to use. Supports AMD64 and ARM64 CPU architectures.
https://github.com/max-pfeiffer/python-poetry
amd64 arm64 docker docker-image poetry python
Last synced: 6 months ago
JSON representation
Python Docker image with Poetry installed and ready to use. Supports AMD64 and ARM64 CPU architectures.
- Host: GitHub
- URL: https://github.com/max-pfeiffer/python-poetry
- Owner: max-pfeiffer
- License: mit
- Created: 2022-10-08T19:05:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T22:39:19.000Z (6 months ago)
- Last Synced: 2025-04-09T21:52:19.973Z (6 months ago)
- Topics: amd64, arm64, docker, docker-image, poetry, python
- Language: Python
- Homepage: https://hub.docker.com/r/pfeiffermax/python-poetry
- Size: 979 KB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://python-poetry.org/)
[](https://github.com/astral-sh/ruff)
[](https://codecov.io/gh/max-pfeiffer/python-poetry)



# python-poetry - Docker Image
A Python Docker image with [Poetry](https://python-poetry.org/) installed and
ready to use. You can use this image as a builder base or base image for your
own applications which use [Poetry](https://python-poetry.org/) for dependency
management.Basis of this image are the [official Python](https://hub.docker.com/_/python)
and [Debian images](https://hub.docker.com/_/debian).This multi arch image supports AMD64 and ARM64 architectures.
**Docker Hub:** [pfeiffermax/python-poetry](https://hub.docker.com/r/pfeiffermax/python-poetry)
**GitHub Repository:** [https://github.com/max-pfeiffer/python-poetry](https://github.com/max-pfeiffer/python-poetry)
## Docker Image Features
**Poetry versions:**
* v1.7.1
* v1.8.5
* v2.1.1**Python versions:**
* v3.11
* v3.12
* v3.13**Operating system:**
* [Debian Bookworm v12.1](https://www.debian.org/releases/bookworm/)
* [Debian Bookworm slim v12.1](https://www.debian.org/releases/bookworm/)**CPU architectures**
* linux/amd64
* linux/arm64/v8