osbuild / osbuild-composer

An HTTP service for building bootable OS images.
https://www.osbuild.org
Apache License 2.0
156 stars 107 forks source link

Schutzfile: move to latest osbuild with `curl --parallel` support #4247

Closed mvo5 closed 2 weeks ago

mvo5 commented 2 weeks ago

This commit updates osbuild so that we benefit from osbuild PR#1573 to enable curl --parallel. This should speed up downloading especially on fast connections as less time is spend with the connection setup/handshake etc.

mvo5 commented 2 weeks ago

Setting to draft as there are some CI failures that need investigation first.

mvo5 commented 2 weeks ago

This needs more investigation, the "gcp" test is not working and it looks like there is a bug in the way the config file is generated.