distribution/configuration
Manish Tomar 8fe4ca4038 Option to configure proxy cache TTL
Currently when registry is run as proxy it tries to cleanup unused blobs
from its cache after 7 days which is hard-coded. This PR makes that
value configurable.

Co-authored-by: Shiming Zhang <wzshiming@foxmail.com>
Co-authored-by: Manish Tomar <manish.tomar@docker.com>
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
2023-04-20 13:03:39 +08:00
..
configuration.go Option to configure proxy cache TTL 2023-04-20 13:03:39 +08:00
configuration_test.go format code with gofumpt 2022-11-03 22:48:20 +01:00
fuzz_test.go Fuzzing: Rewrite existing fuzzers to native go fuzzers 2022-11-12 17:30:10 +00:00
parser.go replace strings.Split(N) for strings.Cut() or alternatives 2022-11-10 22:38:12 +01:00
parser_test.go Add tests for configuration parser 2017-11-15 17:01:19 +01:00