docs/news: describe osbuild v2 and new image-type

This commit is contained in:
Achilleas Koutsou 2021-02-23 17:42:51 +01:00 committed by Tom Gundersen
parent 12d4f82428
commit ce963004e0

View file

@ -0,0 +1,8 @@
# Support new OSBuild pipelines and RHEL for Edge commit installer image type
OSBuild Composer can now generate Manifests that conform to the new OSBuild
schema. A new image type is added that takes advantage of the new schema
called `rhel-edge-container`. This image type creates an OCI container with an
HTTP server that serves the same payload as a `rhel-edge-commit`.
Relevant PR: https://github.com/osbuild/osbuild-composer/pull/1244