0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-27 23:01:43 -05:00
zot/pkg/compliance/v1_0_0
Ramkumar Chinchani 25f5a45296 dedupe: use hard links to dedupe blobs
As the number of repos and layers increases, the greater the probability
that layers are duplicated. We dedupe using hard links when content is
the same. This is intended to be purely a storage layer optimization.
Access control when available is orthogonal this optimization.

Add a durable cache to help speed up layer lookups.

Update README.

Add more unit tests.
2020-04-03 09:29:12 -07:00
..
BUILD.bazel feat(compliance): Add JSON output option 2019-12-13 14:57:51 -06:00
check.go dedupe: use hard links to dedupe blobs 2020-04-03 09:29:12 -07:00
check_test.go compliance: don't leak test directory 2020-03-20 10:58:21 -07:00