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:
parent
ab9e612c99
commit
5a455b4406
37 changed files with 1226 additions and 34 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue