Skip to main content

Container based mono repo builder.

Project description

builderer

Container based mono repo builder

PyPI - License

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.

Help

See documentation for help.

Installation

pip install builderer

Example

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.

Changelog

Interested in what's new? Take a look at the Changelog!

License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

builderer-2.0.0.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

builderer-2.0.0-py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page