Image with Python 3 and Poetry installed. This image shal be used as base image for build agents
730
This container shall deliver a build environment for python builds with poetry.
Following example (makefile/Poetry) shows how to use container. Mount your project under /code and call make like so:
docker run -it --rm -v ./:/code starwitorg/base-python-image:0.0.1 bash -l -c "cd /code; make"
Shippable language stacks:
Content type
Image
Digest
sha256:61e203794…
Size
315.9 MB
Last updated
5 months ago
docker pull starwitorg/base-python-image:3.14.0-py3.14-ptr2.3.4