test: add "name" to test manifests with container
Add name field to the manifest-list-test container in the test request. The value is the same as the source but with a `v1` tag added. In the manifests, the name field for the manifest-list-test is added to the skopeo stage. The `name` option of the fedora-minimal container in the skopeo stage is also changed to reflect the full source reference including the `latest` tag.
This commit is contained in:
parent
3ff1b3beb0
commit
140571bf48
41 changed files with 228 additions and 190 deletions
|
|
@ -22,7 +22,8 @@
|
|||
"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"
|
||||
"source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test",
|
||||
"name": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test:v1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1889,10 +1890,10 @@
|
|||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"sha256:62d2a7b3bf9e0b4f3aba22553d6971227b5a39f7f408d46347b1ee74eb97cb20": {
|
||||
"name": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test"
|
||||
"name": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test:v1"
|
||||
},
|
||||
"sha256:d4ee87dab8193afad523b1042b9d3f5ec887555a704e5aaec2876798ebb585a6": {
|
||||
"name": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal"
|
||||
"name": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal:latest"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -8526,7 +8527,7 @@
|
|||
"Digest": "sha256:4d76a7480ce1861c95975945633dc9d03807ffb45c64b664ef22e673798d414b",
|
||||
"TLSVerify": null,
|
||||
"ImageID": "sha256:d4ee87dab8193afad523b1042b9d3f5ec887555a704e5aaec2876798ebb585a6",
|
||||
"LocalName": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal",
|
||||
"LocalName": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal:latest",
|
||||
"ListDigest": ""
|
||||
},
|
||||
{
|
||||
|
|
@ -8534,7 +8535,7 @@
|
|||
"Digest": "sha256:1a19a94647b1379fed8c23eb7553327cb604ba546eb93f9f6c1e6d11911c8beb",
|
||||
"TLSVerify": null,
|
||||
"ImageID": "sha256:62d2a7b3bf9e0b4f3aba22553d6971227b5a39f7f408d46347b1ee74eb97cb20",
|
||||
"LocalName": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test",
|
||||
"LocalName": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test:v1",
|
||||
"ListDigest": "sha256:58150862447d05feeb263ddb7257bf11d2ce2a697362ac117de2184d10f028fc"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue