0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-20 22:52:51 -05:00
zot/pkg/compliance
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
..
v1_0_0 dedupe: use hard links to dedupe blobs 2020-04-03 09:29:12 -07:00
BUILD.bazel compliance: initial commit 2019-10-14 10:59:11 -07:00
config.go compliance: cleanup compliance test code 2019-12-23 22:32:52 -08:00