coreos / coreos-assembler

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

rework osbuild s390x; drop dead code from recent cleanups #3920

Closed dustymabe closed 4 weeks ago

dustymabe commented 1 month ago

I'm starting to work through how we can get away from our 1:1 mapping of cosa command to artifact generated (i.e. cosa buildextend-metal yields a metal.raw image) and can move more towards a generic command where we run osbuild and generate many artifacts in one invocation. These are some cleanups that will help us get towards that goal eventually.

See individual commit messages.

nikita-dubrovskii commented 4 weeks ago

Loogs good. Will test it today.

dustymabe commented 4 weeks ago

Thanks @nikita-dubrovskii