parent
							
								
									c0d094a72a
								
							
						
					
					
						commit
						8257e8c42a
					
				| 
						 | 
					@ -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