mirror of
https://github.com/distribution/distribution.git
synced 2025-09-25 06:11:25 +00:00
Update testutil/manifests.go
Co-authored-by: Kyle Squizzato <ksquizz@gmail.com> Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ func MakeSchema2Manifest(repository distribution.Repository, digests []digest.Di
|
||||
|
||||
d, err := blobStore.Put(ctx, schema2.MediaTypeImageConfig, configJSON)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("unexpected error storing content in blobstore %v", err)
|
||||
return nil, fmt.Errorf("unexpected error storing content in blobstore: %v", err)
|
||||
}
|
||||
builder := schema2.NewManifestBuilder(d, configJSON)
|
||||
for _, digest := range digests {
|
||||
|
Reference in New Issue
Block a user