mirror of
https://github.com/distribution/distribution.git
synced 2026-07-19 07:18:25 +00:00
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>