mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
download cache
This commit is contained in:
parent
450cabe592
commit
dc31fc4309
5 changed files with 38 additions and 9 deletions
18
iso_files/registry/config.yml
Normal file
18
iso_files/registry/config.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
version: 0.1
|
||||
log:
|
||||
fields:
|
||||
service: registry
|
||||
storage:
|
||||
filesystem:
|
||||
rootdirectory: /var/lib/registry
|
||||
http:
|
||||
addr: :5000
|
||||
headers:
|
||||
X-Content-Type-Options: [nosniff]
|
||||
health:
|
||||
storagedriver:
|
||||
enabled: true
|
||||
interval: 10s
|
||||
threshold: 3
|
||||
proxy:
|
||||
remoteurl: https://ghcr.io
|
||||
Loading…
Add table
Add a link
Reference in a new issue