Blame docs/news/28.1/osbuild-schema-2.md

Packit Service 15f37d
# Support new OSBuild pipelines and new RHEL for Edge image types
Packit Service 15f37d
Packit Service 15f37d
OSBuild Composer can now generate Manifests that conform to the new OSBuild
Packit Service 15f37d
schema.  Two new image types are added that take advantage of the new schema:
Packit Service 15f37d
Packit Service 15f37d
- `rhel-edge-container`: Creates an OCI container with an embedded
Packit Service 15f37d
  `rhel-edge-commit`.  Running the container starts a web server that serves
Packit Service 15f37d
  the commit.
Packit Service 15f37d
Packit Service 15f37d
- `rhel-edge-installer`: Creates a boot ISO image that embeds a
Packit Service 15f37d
  `rhel-edge-commit`.  The commit is pulled from a URL during the compose of
Packit Service 15f37d
  the boot ISO.
Packit Service 15f37d
Packit Service 15f37d
Requesting a `rhel-edge-installer` requires specifying a URL, otherwise the
Packit Service 15f37d
request will fail.  Blueprint customizations have no effect on the boot ISO and
Packit Service 15f37d
also cause the request to fail if any are specified.
Packit Service 15f37d
Packit Service 15f37d
Relevant PR: https://github.com/osbuild/osbuild-composer/pull/1244