debian-forge-composer/docs/news/30/cloudapi-image_status-status-value.md
Ondřej Budai b5c65b687a 30
Release osbuild-composer 30.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-06-10 14:59:08 +02:00

526 B

Cloud API: fix image_status.status value for running compose

Previously, the Cloud API endpoint /v1/compose/{id} return value's image_status.status for a running worker job was "running", which didn't comply with the Cloud API specification. Equivalents allowed by the API specification are "building", "uploading" or "registering".

Return "building" as the image_status.status value for a running compose, instead of "running". Returning the remaining "uploading" and "registering" values is not yet implemented.