Getting Started

Fatbuildr is an open source continuous delivery solution. It takes software and artifact definitions inputs, then it builds artifacts based on definitions and publish them in registries.

Fatbuildr Overview

Typically, Fatbuildr is used to build deb and RPM packages and publish them in APT and DNF repositories, or build containers images and publish them in containers registries.

Fatbuildr manages artifacts definitions, build environments, the registries with their content and the signing keyring in a reproducible and automated manner. It helps organizations maintaining their software artifacts, including their dependencies, with high level of consistency and security.

Fatbuildr currently supports the following artifacts formats:

  • RPM packages

  • Deb packages

  • OSI images

The software is fully modular and extensible, more supported formats can be easily added.

For more details, read the full description of Fatbuildr.

For installation notes, checkout the quickstart guide!