mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 18:55:18 +01:00
Merge pull request #8167 from ywk253100/190622_replication
Support v1 signed media type when do the replication
This commit is contained in:
commit
0f28fe42fd
@ -261,6 +261,7 @@ func (t *transfer) pullManifest(repository, reference string) (
|
||||
t.logger.Infof("pulling the manifest of image %s:%s ...", repository, reference)
|
||||
manifest, digest, err := t.src.PullManifest(repository, reference, []string{
|
||||
schema1.MediaTypeManifest,
|
||||
schema1.MediaTypeSignedManifest,
|
||||
schema2.MediaTypeManifest,
|
||||
manifestlist.MediaTypeManifestList,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user