test: add container source with manifest-list to manifests

Add a second container to the ostree-commit test manifests that refers
to a manifest list on the osbuild-composer registry on gitlab.
This commit is contained in:
Achilleas Koutsou 2023-03-17 18:26:09 +01:00
parent ab9e612c99
commit 5a455b4406
37 changed files with 1226 additions and 34 deletions

View file

@ -137,6 +137,9 @@
"containers": [
{
"source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal"
},
{
"source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test"
}
]
}
@ -310,6 +313,9 @@
"containers": [
{
"source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal"
},
{
"source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test"
}
]
}