No description
Find a file
renovate-bot 30b2c8b0dc
All checks were successful
Build and publish / lint (push) Successful in 3s
Build and publish / python3_9 (push) Successful in 56s
Build and publish / python3_10 (push) Successful in 49s
Build and publish / python3_11 (push) Successful in 51s
Build and publish / python3_12 (push) Successful in 47s
Build and publish / python3_13 (push) Successful in 49s
Update python:3.9.22-slim-bookworm Docker digest to 9aa5793
2025-04-10 00:22:16 +00:00
.forgejo/workflows Also auth for test (#1357) 2025-02-16 18:25:11 +00:00
3.9 Update python:3.9.22-slim-bookworm Docker digest to 9aa5793 2025-04-10 00:22:16 +00:00
3.10 Update python:3.10.17-slim-bookworm Docker digest to 65c8436 2025-04-10 00:16:14 +00:00
3.11 Update python:3.11.12-slim-bookworm Docker digest to 82c07f2 2025-04-10 00:19:21 +00:00
3.12 Update python:3.12.10-slim-bookworm Docker digest to 8582432 2025-04-09 09:26:09 +00:00
3.13 Update python:3.13.3-slim-bookworm Docker digest to 21e39cf 2025-04-09 06:36:41 +00: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.