Added new extension "sync"

Periodically poll registries and pull images according to sync's config
Added sync on demand, syncing when clients asks for an image which
zot doesn't have.

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
Petu Eusebiu
2021-06-08 23:11:18 +03:00
committed by Ramkumar Chinchani
parent 1027f872ec
commit 19003e8a71
34 changed files with 3158 additions and 339 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"localhost:8080": {
"username": "user",
"password": "pass"
},
"registry2:5000": {
"username": "user2",
"password": "pass2"
}
}