This repository provides a pre-installed version of Poetry, on top of Python, for development and CI use.
In your project, just start FROM vitalbeats/poetry:1.1.x
.
We build the image locally and push it to Docker Hub.
Note: The user must be logged in into our public docker registry via docker login
.
docker build . --platform=linux/amd64 --tag=vitalbeats/poetry:1.1.13
docker push vitalbeats/poetry:1.1.13
docker build . --platform=linux/amd64 --tag=vitalbeats/poetry:latest
docker push vitalbeats/poetry:latest
docker run \
--platform=linux/amd64 \
--name vb_poetry \
-it --rm poetry:1.1.13 \
--version