osbuild / images

Image builder image definition library
Apache License 2.0
23 stars 52 forks source link

imagefilter: add `ResultFormatter` type to support flexible output #1019

Closed mvo5 closed 6 days ago

mvo5 commented 1 week ago

This commit adds a new ResultFormatter interface that supports outputing the results as text or JSON.

(this is another splitout from https://github.com/osbuild/images/pull/997)