distribution/registry/proxy
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
..
scheduler go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
proxyauth.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
proxyblobstore.go fix image cache incompletely 2022-01-14 23:58:44 +08:00
proxyblobstore_test.go registry/storage/cache/memory: Use LRU cache to bound cache size 2022-09-07 07:20:06 -07:00
proxymanifeststore.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
proxymanifeststore_test.go registry/storage/cache/memory: Use LRU cache to bound cache size 2022-09-07 07:20:06 -07:00
proxymetrics.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxyregistry.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
proxytagservice.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
proxytagservice_test.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00