No description
Find a file
renovate-bot 8ec542a70a
All checks were successful
Test / lint (pull_request) Successful in 3s
Test / python3_9 (pull_request) Successful in 37s
Test / python3_10 (pull_request) Successful in 44s
Test / python3_11 (pull_request) Successful in 34s
Test / python3_12 (pull_request) Successful in 44s
Test / python3_13 (pull_request) Successful in 33s
Build and publish / lint (push) Successful in 4s
Build and publish / python3_9 (push) Successful in 59s
Build and publish / python3_10 (push) Successful in 51s
Build and publish / python3_11 (push) Successful in 58s
Build and publish / python3_12 (push) Successful in 49s
Build and publish / python3_13 (push) Successful in 1m14s
Update python:3.9.23-slim-bookworm Docker digest to c2a0feb
2025-07-02 00:30:15 +00:00
.forgejo/workflows Also auth for test (#1357) 2025-02-16 18:25:11 +00:00
3.9 Update python:3.9.23-slim-bookworm Docker digest to c2a0feb 2025-07-02 00:30:15 +00:00
3.10 Update python:3.10.18-slim-bookworm Docker digest to 9dd6774 2025-07-01 18:46:53 +00:00
3.11 Update python:3.11.13-slim-bookworm Docker digest to 1390202 2025-07-01 15:29:58 +00:00
3.12 Update python:3.12.11-slim-bookworm Docker digest to 4600f71 2025-07-01 15:47:10 +00:00
3.13 Update python:3.13.5-slim-bookworm Docker digest to 6544e0e 2025-07-01 15:50:21 +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.