mirror of
https://github.com/distribution/distribution
synced 2025-02-23 06:49:36 +01:00
Use case of type name
Signed-off-by: Troels Thomsen <troels@thomsen.io>
This commit is contained in:
parent
4874f111ea
commit
ca9f0451a6
@ -47,7 +47,7 @@ func SkipLayerVerification(ms distribution.ManifestService) error {
|
|||||||
ms.skipDependencyVerification = true
|
ms.skipDependencyVerification = true
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return fmt.Errorf("skip layer verification only valid for manifeststore")
|
return fmt.Errorf("skip layer verification only valid for manifestStore")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ms *manifestStore) Put(manifest *schema1.SignedManifest) error {
|
func (ms *manifestStore) Put(manifest *schema1.SignedManifest) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user