Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 895 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 895 Bytes

Docker Cloud Automated build Docker Cloud Automated build

python-poetry-alpine

Alpine based Dockerfile for python poetry dependency management

Please note that now there is a poetry alpine package you can use: https://pkgs.alpinelinux.org/packages?name=poetry&branch=edge

Updating docker images for latest poetry version

Test whether the build works using latest poetry version and adjust Dockerfile accordingly.

git tag poetry1.1.4

git push -f --tags

Adding support for latest python version

Change hooks/build accordingly and adjust build settings on docker hub.