Add zot OCI image registry
This commit is contained in:
parent
b2c7932bf4
commit
1f2b17e2ef
3 changed files with 76 additions and 0 deletions
46
zot-registry/config.yaml.example
Normal file
46
zot-registry/config.yaml.example
Normal file
|
@ -0,0 +1,46 @@
|
|||
http:
|
||||
accessControl:
|
||||
adminPolicy:
|
||||
actions:
|
||||
- read
|
||||
- create
|
||||
- update
|
||||
- delete
|
||||
users:
|
||||
- <admin>
|
||||
repositories:
|
||||
'**':
|
||||
defaultPolicy:
|
||||
- read
|
||||
address: 0.0.0.0
|
||||
auth:
|
||||
openid:
|
||||
providers:
|
||||
oidc:
|
||||
clientid: <client_id>
|
||||
clientsecret: <client_secret>
|
||||
issuer: https://git.jfreudenberger.de/
|
||||
name: Forgejo
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
- groups
|
||||
compat:
|
||||
- docker2s2
|
||||
externalUrl: https://zot.jfreudenberger.de
|
||||
port: "5000"
|
||||
log:
|
||||
level: info
|
||||
storage:
|
||||
dedupe: true
|
||||
gc: true
|
||||
rootDirectory: /var/lib/registry
|
||||
extensions:
|
||||
scrub:
|
||||
enable: true
|
||||
interval: 24h
|
||||
search:
|
||||
enable: true
|
||||
ui:
|
||||
enable: true
|
Loading…
Add table
Add a link
Reference in a new issue