debian-forge-composer/internal/cloudapi/v2
Ygal Blum 3231aabbc0 cloudapi: add support for uploading to a container registry
Worker
------
Add configuration for the default container registry.
Use the default container registry if not provided as part
of the image name.
When using the default registry use the configured values
Return the image url as part of the result.

Composer Worker API
-------------------
Add `ContainerTargetResultOptions` to return the image url

Composer API
------------
Add UploadOptions to allow setting of the image name and tag
Add UploadStatus to return the url of the uploaded image

Co-Developed-By: Christian Kellner <christian@kellner.me>
2022-08-01 21:50:03 +01:00
..
errors.go cloudapi: get specific error from openapi 2022-06-28 10:02:55 +02:00
errors_test.go cloudapi: get specific error from openapi 2022-06-28 10:02:55 +02:00
handler.go cloudapi: add support for uploading to a container registry 2022-08-01 21:50:03 +01:00
middleware.go cloudapi: get specific error from openapi 2022-06-28 10:02:55 +02:00
openapi.v2.gen.go cloudapi: add support for uploading to a container registry 2022-08-01 21:50:03 +01:00
openapi.v2.yml cloudapi: add support for uploading to a container registry 2022-08-01 21:50:03 +01:00
server.go worker/server: rename JobStatus() to JobInfo() 2022-07-27 13:37:14 +02:00
v2_internal_test.go simplify package set chain handling 2022-06-01 11:36:52 +01:00
v2_koji_test.go worker/server: rename JobStatus() to JobInfo() 2022-07-27 13:37:14 +02:00
v2_multi_tenancy_test.go worker: remove osbuild-koji job 2022-07-19 16:00:52 +02:00
v2_test.go cloudapi: remove a confusing test 2022-07-19 16:00:52 +02:00