mirror of
https://github.com/project-zot/zot.git
synced 2025-01-27 23:01:43 -05:00
19003e8a71
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>
10 lines
No EOL
176 B
JSON
10 lines
No EOL
176 B
JSON
{
|
|
"localhost:8080": {
|
|
"username": "user",
|
|
"password": "pass"
|
|
},
|
|
"registry2:5000": {
|
|
"username": "user2",
|
|
"password": "pass2"
|
|
}
|
|
} |