Go to file
renovate-bot f0eeb81796
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update python:3.9.20-slim-bookworm Docker digest to 5772df9
2024-12-03 22:20:22 +00:00
3.9 Update python:3.9.20-slim-bookworm Docker digest to 5772df9 2024-12-03 22:20:22 +00:00
3.10 Update python:3.10.15-slim-bookworm Docker digest to 97ff6fd 2024-12-03 16:22:13 +00:00
3.11 Update python:3.11.10-slim-bookworm Docker digest to 840e180 2024-12-03 17:21:58 +00:00
3.12 Update python:3.12.7-slim-bookworm Docker digest to 60d9996 2024-12-03 15:22:15 +00:00
3.13 Update python:3.13.0-slim-bookworm Docker digest to 0de8181 2024-12-03 18:21:54 +00:00
.drone.star Add python 3.13 and remove 3.8 2024-11-28 18:15:35 +01:00
.drone.yml Add python 3.13 and remove 3.8 2024-11-28 18:15:35 +01: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.