mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-06 21:37:51 +00:00
docs: clarify and expand on sample comments (#24)
This commit is contained in:
23
recipe.yml
23
recipe.yml
@@ -1,27 +1,28 @@
|
|||||||
# the image will be at ghcr.io/yourusername/name
|
# The image will be at ghcr.io/yourusername/name
|
||||||
name: startingpoint
|
name: startingpoint
|
||||||
|
|
||||||
# what native container image to build on top of
|
# The native container image to build on top of
|
||||||
# images not built by ublue might function unexpectly
|
# images.
|
||||||
|
# Warning: Non-uBlue images might function unexpectly
|
||||||
base-container: ghcr.io/ublue-os/silverblue-main
|
base-container: ghcr.io/ublue-os/silverblue-main
|
||||||
|
|
||||||
# what fedora version to use, you can just change this to the next version update
|
# What fedora version to use. Use an explicit version or `latest`.
|
||||||
# if you change this to "latest", you will be automatically updated
|
# If you use `latest`, you will be automatically updated
|
||||||
# to the next major version assuming the image you're using as your base container
|
# to the next major version assuming the image you're using as your base container
|
||||||
# builds with the tag (all uBlue images do)
|
# builds with the tag (all uBlue images do this).
|
||||||
fedora-version: 37
|
fedora-version: 37
|
||||||
|
|
||||||
# this description will be visible in the containers metadata
|
# This description will be visible in the container metadata
|
||||||
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
|
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
|
||||||
|
|
||||||
# these rpms will be installed from the fedora repository
|
# These rpms will be installed from the fedora repository
|
||||||
# using rpm-ostree and will be preinstalled in the final image
|
# using rpm-ostree and will be preinstalled in the final image
|
||||||
rpms:
|
rpms:
|
||||||
- python3-pip # needed for yafti (the first boot installer)
|
- python3-pip # needed for yafti (the first boot installer)
|
||||||
|
|
||||||
# these flatpaks (from flathub) will be available for install on boot
|
# These Flatpaks (from flathub) will be available for install on boot
|
||||||
# this is just an example selection, and even if you leave it empty,
|
# this is just an example selection.
|
||||||
# you'll have the basic options available in yafti
|
# If you leave this empty you can use yafti for post-boot installation
|
||||||
flatpaks:
|
flatpaks:
|
||||||
- org.mozilla.firefox
|
- org.mozilla.firefox
|
||||||
- org.mozilla.Thunderbird
|
- org.mozilla.Thunderbird
|
||||||
|
|||||||
Reference in New Issue
Block a user