Simon de Vlieger
Simon de Vlieger
Right so it might work for a subset of ISOs in the Fedora project as well (not Server, or IoT, which are the ones I had laying around).
We're also investigating if we can do at least (some) of the filesystem work with `libguestfs`.
> Oh, thanks for this discussion. The root privilege requirement is indeed very awkward -- effectively, there is no privilege separation at all, and this is impossible to run in...
Aside from the above having a (micro) VM is also the only way to prevent host things leaking into the build environment, this is an often recurring issue in `mock`...
Now has a test; one of the test manifests includes the `meta` key at the top level. Perhaps there is a better way to test this?
That'd be one example; another example could be: - customizations used to generate the image - image type - pre-depsolve package set - an original omnifest - the sbom related...
@mvo5 my idea would be to have `meta` be there and not depend on it (since it doesn't have a schema), start there with conventions to see if we like...
@mvo5 / @achilleas-k, since we/I only have a concrete example for the generator I propose the following: ``` metadata: # instead of meta generator: [strkey]: # so we can store...
Updated and adjusted; there's now a new metadata key at the top level which contains a generators key which is a list of all generators involved in the creation of...
> This is very nice now, one tiny suggesiton inline and tests are failing(I have not looked in detail why though) Because I made a booboo that I've fixed :)