Skip to main content

Image Builder

Image Builder serves as an HTTP API on top of Osbuild Composer, and serves as the backend for Image Builder Frontend.

Image Builder is intended to be run within the console.redhat.com platform.

Project

OpenAPI spec

The latest OpenAPI specification:

Contributing

Please refer to the hacking guide to learn more.

Build

Project building and testing project is based on predefined make targets:

  • make build to trigger Go builder

Run Tests

To run the tests locally just call

make unit-tests

Before pushing something for a pull request you should run this check to avoid problems with required github actions

make push-check

Installation

To run the project use make run target

Repository

License

  • Apache-2.0
  • See LICENSE file for details.