coreos / coreos-assembler

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

osbuild: switch compression to off; workaround image corruption #3730

Closed dustymabe closed 6 months ago

dustymabe commented 6 months ago

This obsoletes https://github.com/coreos/coreos-assembler/pull/3729 but keeps a lot of the cleanups done there to make unmounting cleaner. This biggest change here is switching the cache.qcow2 to ext4 (see https://github.com/coreos/coreos-assembler/issues/3728#issuecomment-1944956047) and adding a sanity check in OSBuild to catch if the created image is ever inconsistent.

This also now updates OSBuild to v108 and drops many patches as a result.