Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwalbeck/docker-python-poetry
Python docker image with Poetry pre-installed
https://github.com/mwalbeck/docker-python-poetry
docker docker-image poetry python python-poetry python3
Last synced: 4 days ago
JSON representation
Python docker image with Poetry pre-installed
- Host: GitHub
- URL: https://github.com/mwalbeck/docker-python-poetry
- Owner: mwalbeck
- Created: 2021-01-31T15:21:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T09:20:40.000Z (18 days ago)
- Last Synced: 2024-10-21T10:45:20.666Z (16 days ago)
- Topics: docker, docker-image, poetry, python, python-poetry, python3
- Language: Starlark
- Homepage:
- Size: 544 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-python-poetry
[![Build Status](https://build.walbeck.it/api/badges/walbeck-it/docker-python-poetry/status.svg)](https://build.walbeck.it/walbeck-it/docker-python-poetry)
![Docker Pulls](https://img.shields.io/docker/pulls/mwalbeck/python-poetry)A Debian based python docker container with poetry pre-installed. This image is built from the official python slim-buster image. Check out the image on [Docker Hub](https://hub.docker.com/r/mwalbeck/python-poetry). The source code can be found [here](https://git.walbeck.it/walbeck-it/docker-python-poetry) with a mirror on [GitHub](https://github.com/mwalbeck/docker-python-poetry).
There are a few different tags depending on which python version you're looking for. The tag structure is POETRY VERSION followed by PYTHON VERSION. So if you want Poetry and Python 3.8 you would for example use one of the following tags depending on how specific you want to be about the poetry version ```1-3.8``` or ```1.1-3.8``` or ```1.1.4-3.8```
Please be aware that currently only the tags corresponding to the latest version of poetry will get its base images updated.