allow Repository.BlobStore to enumerate over blobs
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com>master
							parent
							
								
									cf77113795
								
							
						
					
					
						commit
						fa7d949408
					
				|  | @ -330,6 +330,7 @@ func (repo *repository) Blobs(ctx context.Context) distribution.BlobStore { | |||
| 		// TODO(stevvooe): linkPath limits this blob store to only layers.
 | ||||
| 		// This instance cannot be used for manifest checks.
 | ||||
| 		linkPathFns:            []linkPathFunc{blobLinkPath}, | ||||
| 		linkDirectoryPathSpec:  layersPathSpec, | ||||
| 		deleteEnabled:          repo.registry.deleteEnabled, | ||||
| 		resumableDigestEnabled: repo.resumableDigestEnabled, | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue