Update docs with kiwibuild options

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit 04d4e1d585)
This commit is contained in:
Lubomír Sedlář 2024-03-13 12:39:08 +01:00 committed by Stepan Oksanichenko
parent 57f2b428d5
commit 50b217145c
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -1616,12 +1616,17 @@ KiwiBuild Settings
Required keys in the configuration dict:
* ``description_scm`` -- (*str*) scm URL of description kiwi description.
* ``description_path`` -- (*str*) path to kiwi description inside the scm repo
* ``kiwi_profile`` -- (*str*) select profile from description file.
Description scm, description path and target have to be provided too, but
instead of specifying them for each image separately, you can use the
``kiwibuild_*`` options or ``global_target``.
Optional keys:
* ``description_scm`` -- (*str*) scm URL of description kiwi description.
* ``description_path`` -- (*str*) path to kiwi description inside the scm
repo.
* ``repos`` -- additional repos used to install RPMs in the image. The
compose repository for the enclosing variant is added automatically.
Either variant name or a URL is supported.
@ -1634,6 +1639,12 @@ KiwiBuild Settings
* ``failable`` -- (*[str]*) List of architectures for which this
deliverable is not release blocking.
**kiwibuild_description_scm**
(*str*) -- URL for scm containing the description files
**kiwibuild_description_path**
(*str*) -- path to a description file within the description scm
OSBuild Composer for building images
====================================