https://github.com/vagmcs/poetry-docker-plugin
Poetry plugin for creating docker images. 🏗
https://github.com/vagmcs/poetry-docker-plugin
packaging poetry pypi python
Last synced: 5 months ago
JSON representation
Poetry plugin for creating docker images. 🏗
- Host: GitHub
- URL: https://github.com/vagmcs/poetry-docker-plugin
- Owner: vagmcs
- License: mit
- Created: 2022-10-12T16:57:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T11:10:34.000Z (6 months ago)
- Last Synced: 2024-11-02T12:18:12.602Z (6 months ago)
- Topics: packaging, poetry, pypi, python
- Language: Python
- Homepage: https://vagmcs.github.io/poetry-docker-plugin/
- Size: 1.58 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poetry Docker Plugin
[](https://mit-license.org)


[](https://conventionalcommits.org)[Poetry](https://python-poetry.org) 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:
```bash
poetry self add poetry-docker-plugin
```## License
This project is licensed under the terms of the MIT license.