mirror of
https://github.com/distribution/distribution.git
synced 2025-09-25 06:11: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>