Go to file
renovate-bot 4342071fe2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update python:3.12.7-slim-bookworm Docker digest to af4e85f
2024-10-02 03:24:53 +00:00
3.8 Update python:3.8.20-slim-bookworm Docker digest to 1d52838 2024-09-28 12:23:04 +00:00
3.9 Update python:3.9.20-slim-bookworm Docker digest to 49f9460 2024-09-28 13:22:10 +00:00
3.10 Update python:3.10.15-slim-bookworm Docker digest to 1eb5d76 2024-09-28 04:27:16 +00:00
3.11 Update python:3.11.10-slim-bookworm Docker digest to 5501a4f 2024-09-28 03:23:42 +00:00
3.12 Update python:3.12.7-slim-bookworm Docker digest to af4e85f 2024-10-02 03:24:53 +00:00
.drone.star Update base image to bookworm and add python 3.12 2023-10-07 13:52:06 +02:00
.drone.yml Update base image to bookworm and add python 3.12 2023-10-07 13:52:06 +02:00
README.md Update README [CI SKIP] 2021-07-24 13:18:13 +02:00
renovate.json Update location of renovate presets [CI SKIP] 2021-08-06 17:16:06 +02:00

docker-python-poetry

Build Status Docker Pulls

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. The source code can be found here with a mirror on GitHub.

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.