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

buildextend-metal: set a sane default container_imgref #3700

Closed dustymabe closed 7 months ago

dustymabe commented 7 months ago

also add support to osbuild mode for passing down the imgref

dustymabe commented 7 months ago

ok - the org.osbuild.ostree.deploy.container stage doesn't accept ostree-unverified-image: - maybe we can just use ostree-image-signed: here since this is coming from a trusted place anyway and it's not ever going to be used?

dustymabe commented 7 months ago

ok - the org.osbuild.ostree.deploy.container stage doesn't accept ostree-unverified-image: - maybe we can just use ostree-image-signed: here since this is coming from a trusted place anyway and it's not ever going to be used?

Done.. but this also meant I needed to fix a bug in the aleph osbuild stage to handle this (https://github.com/osbuild/osbuild/pull/1548), which I've now backported here too.

and... since I was doing a backport for osbuild stuff I went ahead and lumped in my most recent local changes for osbuild patches/updates... I hope that is OK.