Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 613 Bytes

poetry2container

This container allows you to turn a Poetry-based Python project into a container automatically, inside of unprivledged CI.

Why Poetry?

Poetry is the only Python project type out there that allows for both pinned dependendcies (lock files) and CLI entrypoints.

Usage

Environment variables:

  • POETRY_EXPORT_ARGS: Additional arguments for the poetry export command
  • KANIKO_ARGS: Additional arguments for kaniko (if using the container)
  • DOCKER_ARGS: Additional arguments for docker build (if using the script directly)