registry is working!!

This commit is contained in:
Waylon Walker 2023-11-05 09:33:53 -06:00
parent 2fb1980e28
commit c9864124e1
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
6 changed files with 431 additions and 0 deletions

24
registry-ui/config.yml Normal file
View file

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