distribution/registry
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
..
api Do not recreate mux router for each incoming request 2022-07-08 14:17:17 -07:00
auth go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
client registry/storage/cache/memory: Use LRU cache to bound cache size 2022-09-07 07:20:06 -07:00
handlers registry/storage/cache/memory: Use LRU cache to bound cache size 2022-09-07 07:20:06 -07:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
proxy registry/storage/cache/memory: Use LRU cache to bound cache size 2022-09-07 07:20:06 -07:00
storage registry/storage/cache/memory: Use LRU cache to bound cache size 2022-09-07 07:20:06 -07:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go disable insecure cipher suites 2022-01-25 17:18:44 +08:00
registry_test.go disable insecure cipher suites 2022-01-25 17:18:44 +08:00
root.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00