Skip to content

Container to turn poetry projects into container images, with kaniko

Notifications You must be signed in to change notification settings

go-build-it/poetry2container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Container to turn poetry projects into container images, with kaniko

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published