coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
333 stars 165 forks source link

osbuild: add support for qemu-secex #3764

Closed nikita-dubrovskii closed 3 weeks ago

nikita-dubrovskii commented 4 months ago

Discussion also goes in: https://github.com/dustymabe/osbuild/pull/22

dustymabe commented 4 months ago

One question, how is the naming scheme of the patch files, since normally i would expect the numbers to show the order they need to be applied in and for them to unique? But here is see 0001 is used twice?

they are written to stdout using cat so they just go in the order they are given to the cat command.

nikita-dubrovskii commented 1 month ago

osbuild pr: https://github.com/osbuild/osbuild/pull/1806

nikita-dubrovskii commented 1 month ago

@jschintag could you please check the scripts with official genprotimgvm ?

jlebon commented 1 month ago

/retest

jschintag commented 3 weeks ago

@jschintag could you please check the scripts with official genprotimgvm ?

I have run it on the builder and i could build a secure execution test and run the associated kola tests successfully.

nikita-dubrovskii commented 3 weeks ago

@jschintag could you please check the scripts with official genprotimgvm ?

I have run it on the builder and i could build a secure execution test and run the associated kola tests successfully.

Great, thx for testing!