[go: nahoru, domu]

Skip to content

vagmcs/poetry-docker-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Poetry Docker Plugin

License: LGPL v3 PyPI PyPI Conventional Commits

Poetry docker plugin is an extension for configuring and building docker images directly from the comfort of your pyproject.toml configuration.

The key features are:

  • Easy and similar to Dockerfile syntax support.
  • Easily generate dockerfiles, build them and push them to any registry.
  • Multiple docker image support. You can declare and build multiple images from a single project.
  • Supports configuration variables on image declaration that can be set at runtime.
  • Multi-platform build support.

Documentation: https://vagmcs.github.io/poetry-docker-plugin


Installation

In order to install the plugin you need to have installed a poetry version >=1.2.0 and type:

poetry self add poetry-docker-plugin

License

This project is licensed under the terms of the MIT license.