Sign inSign up

starwitorg/base-python-image

By starwitorg

Updated 5 months ago

Image with Python 3 and Poetry installed. This image shal be used as base image for build agents

Image
Integration & delivery
0

730

starwitorg/base-python-image repository overview

Base python image

This container shall deliver a build environment for python builds with poetry.

Usage

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"

Features

Shippable language stacks:

  • Python/Poetry

Tag summary

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