0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-02-24 23:56:32 -05:00
zot/pkg/cli
Shivam Mishra 6c293719e3 storage: different subpaths can point to same root directory
currently different subpaths can only point to same root directory only
when one or both of the storage config does not enable dedupe

different subpath should be able to point to same root directory and in
that case their storage config should be same i.e GC,Dedupe, GC delay
and GC interval

Signed-off-by: Shivam Mishra <shimish2@cisco.com>
2022-08-31 15:43:43 -07:00
..
cli.go Manage builds with different combinations of extensions 2022-06-30 09:53:52 -07:00
client.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
client_elevated_test.go Manage builds with different combinations of extensions 2022-06-30 09:53:52 -07:00
client_test.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
config_cmd.go Manage builds with different combinations of extensions 2022-06-30 09:53:52 -07:00
config_cmd_test.go Manage builds with different combinations of extensions 2022-06-30 09:53:52 -07:00
config_reloader.go lint: Move out config reloader context from controller struct 2022-03-24 10:50:01 -07:00
config_reloader_test.go sync: support reloading sync config when the config file changes 2022-03-18 11:24:11 -07:00
cve_cmd.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
cve_cmd_test.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
extensions_test.go image level lint: enforce manifest mandatory annotations 2022-07-27 11:48:04 +03:00
image_cmd.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
image_cmd_test.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
minimal.go Manage builds with different combinations of extensions 2022-06-30 09:53:52 -07:00
repo_cmd.go Manage builds with different combinations of extensions 2022-06-30 09:53:52 -07:00
root.go storage: different subpaths can point to same root directory 2022-08-31 15:43:43 -07:00
root_test.go storage: different subpaths can point to same root directory 2022-08-31 15:43:43 -07:00
searcher.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
service.go Add GraphQL API for getting the information necessary to list images in the zot cli without download manifests. 2022-08-23 16:32:00 +03:00
stress_test.go Fixes/Improvements to pkg/cli/stress_test.go 2022-07-26 13:01:16 +03:00