Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Build System

TeamSBC uses image-builder to produce disk images. Image definitions are maintained in the artifacts repository. Artifacts are also built there through GitHub Actions.

Building Locally

You can build artifacts locally using the provided Makefile in the artifacts repository.

Since TeamSBC often uses the latest features of image-builder there is a chance that they might not yet be in a released version. The default suggestion is to build with the upstream container:

$ make build-in-container VERSION=46 TYPE=lhotse-virt

If you don’t or can’t use containers you can replace build-in-container with build and your locally installed image-builder will be used. In that case make sure you have image-builder installed:

$ run0 dnf install image-builder