feat: add codeberg.org as pull-through registry
This commit is contained in:
parent
3b19d370c0
commit
3c431e2745
1 changed files with 13 additions and 0 deletions
|
|
@ -71,6 +71,19 @@
|
||||||
"destination": "/ghcr"
|
"destination": "/ghcr"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"urls": ["https://codeberg.org"],
|
||||||
|
"onDemand": true,
|
||||||
|
"tlsVerify": true,
|
||||||
|
"maxRetries": 3,
|
||||||
|
"retryDelay": "5m",
|
||||||
|
"content": [
|
||||||
|
{
|
||||||
|
"prefix": "**",
|
||||||
|
"destination": "/codeberg"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue