mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
refactor(tests): Migrate some of the older tests to the new image-utils library (#1863)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -112,6 +112,7 @@ func (mb *BaseMultiarchBuilder) Build() MultiarchImage {
|
||||
for i := range manifests {
|
||||
manifests[i] = ispec.Descriptor{
|
||||
Digest: mb.images[i].ManifestDescriptor.Digest,
|
||||
Size: mb.images[i].ManifestDescriptor.Size,
|
||||
MediaType: ispec.MediaTypeImageManifest,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user