dkregistry xai cli, and UI

This commit is contained in:
2021-09-01 08:16:12 -04:00
parent 8be0dbff49
commit e156b183ed
10 changed files with 268 additions and 26 deletions

View File

@@ -0,0 +1,26 @@
version: 0.1
log:
fields:
service: registry
storage:
delete:
enabled: true
cache:
blobdescriptor: inmemory
filesystem:
rootdirectory: /var/lib/registry
http:
addr: :5000
headers:
X-Content-Type-Options: [nosniff]
Access-Control-Allow-Origin: [ 'http://localhost' ]
Access-Control-Allow-Methods: [ 'HEAD', 'GET', 'OPTIONS', 'DELETE' ]
Access-Control-Allow-Headers: [ 'Authorization', 'Accept' ]
Access-Control-Max-Age: [ 1728000 ]
Access-Control-Allow-Credentials: [ true ]
Access-Control-Expose-Headers: [ 'Docker-Content-Digest' ]
health:
storagedriver:
enabled: true
interval: 10s
threshold: 3