doc: build command

Introduce the `build` command.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-02-13 10:48:01 +00:00
parent ca7ea33765
commit 0cc171e1f9
2 changed files with 22 additions and 0 deletions

View file

@ -15,3 +15,9 @@ The above can be quite confusing, hence we've created `image-builder`. It allows
## Why does `image-builder` need `root` permissions?
For image types where we need to work with filesystems we need root. Mounting and working with filesystems is not namespaced in the Linux kernel and mounting filesystems is generally considered to be "running untrusted code in the kernel" hence it requires root permissions.
## Built-in distributions
- Fedora
- CentOS
- RHEL