You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
946 B
39 lines
946 B
1 year ago
|
version: 0.1
|
||
|
log:
|
||
|
fields:
|
||
|
service: registry
|
||
|
storage:
|
||
|
delete:
|
||
|
enabled: true
|
||
|
cache:
|
||
|
blobdescriptor: inmemory
|
||
|
filesystem:
|
||
|
rootdirectory: /var/lib/registry
|
||
|
maintenance:
|
||
|
uploadpurging:
|
||
|
enabled: true
|
||
|
age: 168h
|
||
|
interval: 24h
|
||
|
dryrun: false
|
||
|
readonly:
|
||
|
enabled: false
|
||
|
http:
|
||
|
addr: :5000
|
||
|
headers:
|
||
|
X-Content-Type-Options: [nosniff]
|
||
|
Access-Control-Allow-Origin: ['http://127.0.0.1:8000']
|
||
|
Access-Control-Allow-Credentials: [true]
|
||
|
Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS', 'DELETE']
|
||
|
Access-Control-Allow-Headers: ['Authorization', 'Accept', 'Cache-Control']
|
||
|
Access-Control-Max-Age: [1728000]
|
||
|
Access-Control-Allow-Credentials: [true]
|
||
|
Access-Control-Expose-Headers: ['Docker-Content-Digest']
|
||
|
auth:
|
||
|
htpasswd:
|
||
|
realm: basic-realm
|
||
|
path: /etc/docker/registry/htpasswd
|
||
|
health:
|
||
|
storagedriver:
|
||
|
enabled: true
|
||
|
interval: 10s
|
||
|
threshold: 3
|