builderer builds docker based projects both in ci/cd and locally omitting endless configuration and the need to restart ci/cd pipelines to get a running build.
See documentation for help.
pip install builderer
Create .builderer.yml
a the root of your project:
steps:
- type: build_images
directories:
- database
- frontend
- backend
Run the configuration.
$ builderer
Building image: database
Building image: frontend
Building image: backend
Pushing image: backend
Pushing image: frontend
Pushing image: database
Further configuration can be supplied via command line or in .builderer.yml
.
See builderer --help
and docs to learn more.
Interested in what's new? Take a look at the Changelog!
This project is licensed under the terms of the MIT license.