manifests: Add descriptions

This is generally useful for the same reason dpkg/rpm packages
have descriptions. But it's also specifically preparation
for the base image builder having a list operation to show
available configurations.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2025-02-21 14:45:13 -05:00
parent 1c6bb7f917
commit c5995391b2
3 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,6 @@
metadata:
summary: Effectively just bootc, systemd, kernel, and dnf as a starting point.
edition: "2024" edition: "2024"
# Be minimal # Be minimal

View File

@ -1,3 +1,9 @@
metadata:
summary: |
A relatively full, but still generic base image. Roughly
similar to a headless server installation. Automatic updates
are on by default.
# Flip this back on, we're going to be a larger system # Flip this back on, we're going to be a larger system
recommends: true recommends: true

View File

@ -1,3 +1,11 @@
metadata:
summary: |
A relatively full, but still generic base image. Roughly
similar to a smaller Fedora CoreOS. Includes NetworkManager,
openssh, various CLI tools, etc.
Automatic updates are not on by default.
include: include:
- ../minimal/manifest.yaml - ../minimal/manifest.yaml