debian-forge-composer/internal/container
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
..
client.go cloudapi: add support for uploading to a container registry 2022-08-01 21:50:03 +01:00
client_test.go test: Update tests to support embeded container image feature 2022-07-26 17:07:31 +02:00
container_test.go container: add mock container registry for testing 2022-07-21 13:32:07 +02:00
resolver.go container: ability to set AuthFilePath for Resolver 2022-07-25 21:21:44 +02:00
resolver_test.go container: add tests for resolver 2022-07-21 13:32:07 +02:00
spec.go container: ability to resolve containers to specs 2022-07-21 13:32:07 +02:00