debian-forge-composer/docs/news/27/koji-manifests.md
Ondřej Budai 40fc8a8734 27
Release osbuild-composer version 27

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-02-04 15:44:39 +01:00

409 B

Koji API: New endpoint for getting the manifests of a compose job

A new endpoint is available in the Koji API: GET /compose/{ID}/manifests. Returns the manifests for a running or finished compose. Returns one manifest for each image in the request, in the order they were defined.

Relevant PRs: https://github.com/osbuild/osbuild-composer/pull/1155 https://github.com/osbuild/osbuild-composer/pull/1165