kiwi: handle include protocols

Related: https://pagure.io/koji/issue/3495
This commit is contained in:
Tomas Kopecek 2022-09-13 15:39:31 +02:00
parent eec1b9ed39
commit d1d8f512c1
2 changed files with 14 additions and 0 deletions

View file

@ -282,6 +282,13 @@ option. Similarly to other image tasks, alternative architecture failures can be
ignored for successful build by ``--can-fail`` option. ``--arch`` can be used to
limit build tag architectures.
There are some limitation to used kiwi configuration:
* ``include`` node can use only ``this://`` protocol. Other types like ``file://``
or ``https://`` could reach out of the repo preventing reproducible build.
* All repositories from description (and included files) are removed and replaced
by buildroot repo and other repositories specified by ``--repo`` option.
Driver Update Disks building
============================