debian-forge-composer/internal/target
Christian Kellner 986f076276 container: add support for uploading to registries
Add a new generic container registry client via a new `container`
package. Use this to create a command line utility as well as a
new upload target for container registries.

The code uses the github.com/containers/* project and packages to
interact with container registires that is also used by skopeo,
podman et al. One if the dependencies is `proglottis/gpgme` that
is using cgo to bind libgpgme, so we have to add the corresponding
devel package to the BuildRequires as well as installing it on CI.

Checks will follow later via an integration test.
2022-06-29 10:02:46 +02:00
..
aws_target.go Support Generic S3 upload in Composer API 2022-06-02 16:12:53 +03:00
azure_image_target.go worker: add azure image upload target 2021-03-06 15:40:48 +00:00
azure_target.go target/azure: document what it does 2021-03-06 15:40:48 +00:00
container_target.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
gcp_target.go Weldr: support GCP upload target 2022-04-14 19:07:31 +01:00
koji_target.go worker/osbuild: consolidate Koji target options values meaning 2022-06-17 17:37:15 +02:00
local_target.go worker: support returning returning images as StreamOptimized 2020-08-23 14:45:27 +02:00
oci_target.go Add support for OCI upload provider 2022-01-28 15:16:47 +01:00
target.go container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
targetresult.go worker/osbuild: support Koji target 2022-06-10 14:48:18 +01:00
vmware_target.go weldr: add vmware upload target to api 2021-02-16 19:06:01 +00:00