mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 11:37:56 +08:00
2a4edde637
chore: update image-spec and dist-spec to v1.1.1 As side effect the warnings mentioned in https://github.com/project-zot/zui/issues/475#issuecomment-2715802363 should no longer show up. Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
40 lines
841 B
JSON
40 lines
841 B
JSON
{
|
|
"distSpecVersion": "1.1.1",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080",
|
|
"auth": {
|
|
"htpasswd": {
|
|
"path": "test/data/htpasswd"
|
|
}
|
|
},
|
|
"accessControl": {
|
|
"metrics":{
|
|
"users": ["metrics"]
|
|
},
|
|
"repositories": {
|
|
"**": {
|
|
"anonymousPolicy": [
|
|
"read"
|
|
],
|
|
"defaultPolicy": ["read","create"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"extensions": {
|
|
"metrics": {
|
|
"enable": true,
|
|
"prometheus": {
|
|
"path": "/metrics"
|
|
}
|
|
}
|
|
}
|
|
}
|