mirror of
https://github.com/distribution/distribution.git
synced 2025-09-11 19:59:48 +00:00
Remove signature store from registry. Return a generated signature for manifest
pull. Signed-off-by: Richard Scothern <richard.scothern@docker.com>
This commit is contained in:
committed by
Richard Scothern
parent
596ca8b86a
commit
0c15ab6952
@@ -75,7 +75,6 @@ func (bs *blobStore) Put(ctx context.Context, mediaType string, p []byte) (distr
|
||||
}
|
||||
|
||||
// TODO(stevvooe): Write out mediatype here, as well.
|
||||
|
||||
return distribution.Descriptor{
|
||||
Size: int64(len(p)),
|
||||
|
||||
|
Reference in New Issue
Block a user