0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00
zot/pkg/cli
Petu Eusebiu 5c07e19c8d Changed sync behaviour, it used to copy images over http interface
now it copies to a local cache and then it copies over storage APIs

- accept all images with or without signatures
- disable sync writing to stdout
- added more logs
- fixed switch statement in routes
- fixed enabling sync multiple times for storage subpaths

closes #266

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2021-11-15 09:32:43 -08:00
..
cli.go build: add build tags to create customizable binaries 2020-10-22 17:20:07 -07:00
client.go TLS certs in CLI client 2021-08-16 23:42:21 -07:00
client_test.go Added new extension "sync" 2021-10-21 10:32:46 -07:00
config_cmd.go Raise error when adding a new zot config with an existed saved name 2020-11-04 10:25:34 +02:00
config_cmd_test.go go.mod: update modules 2021-08-25 11:51:23 -07:00
cve_cmd.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00
cve_cmd_test.go Added new extension "sync" 2021-10-21 10:32:46 -07:00
image_cmd.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00
image_cmd_test.go Added new extension "sync" 2021-10-21 10:32:46 -07:00
minimal.go build: add build tags to create customizable binaries 2020-10-22 17:20:07 -07:00
root.go Changed sync behaviour, it used to copy images over http interface 2021-11-15 09:32:43 -08:00
root_test.go Changed sync behaviour, it used to copy images over http interface 2021-11-15 09:32:43 -08:00
searcher.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00
service.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00