Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T10:17:09.000Z (3 months ago)
- Last Synced: 2024-11-03T11:19:10.679Z (3 months ago)
- Topics: amd64, arm64, docker, docker-image, poetry, python
- Language: Python
- Homepage: https://hub.docker.com/r/pfeiffermax/python-poetry
- Size: 659 KB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![codecov](https://codecov.io/gh/max-pfeiffer/python-poetry/branch/main/graph/badge.svg?token=WQI2SJJLZN)](https://codecov.io/gh/max-pfeiffer/python-poetry)
![pipeline workflow](https://github.com/max-pfeiffer/python-poetry/actions/workflows/pipeline.yml/badge.svg)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/pfeiffermax/python-poetry?sort=semver)
![Docker Pulls](https://img.shields.io/docker/pulls/pfeiffermax/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.6.1
* v1.7.1
* v1.8.4**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