distribution/registry/client
Aaron Lehmann e36cb0a5d8 registry/storage/cache/memory: Use LRU cache to bound cache size
Instead of letting the cache grow without bound, use a LRU to impose a
size limit.

The limit is configurable through a new `blobdescriptorsize` config key.

Signed-off-by: Aaron Lehmann <alehmann@netflix.com>
2022-09-07 07:20:06 -07:00
..
auth Use http.NewRequestWithContext for outgoing HTTP requests 2022-08-10 10:38:30 -07:00
transport Use http.NewRequestWithContext() 2020-02-25 13:36:31 +01:00
blob_writer.go Use http.NewRequestWithContext for outgoing HTTP requests 2022-08-10 10:38:30 -07:00
blob_writer_test.go Use http.NewRequestWithContext for outgoing HTTP requests 2022-08-10 10:38:30 -07:00
errors.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
errors_test.go Include status code in UnexpectedHTTPResponseError 2016-03-15 09:03:56 -07:00
repository.go registry/storage/cache/memory: Use LRU cache to bound cache size 2022-09-07 07:20:06 -07:00
repository_test.go Add tag delete API 2021-05-27 23:27:02 +01:00