feat: add gitlab registry
This commit is contained in:
parent
0794388b13
commit
b641ff9dbc
1 changed files with 13 additions and 0 deletions
|
|
@ -97,6 +97,19 @@
|
|||
"destination": "/quay"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"urls": ["https://registry.gitlab.com"],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"maxRetries": 3,
|
||||
"retryDelay": "5m",
|
||||
"content": [
|
||||
{
|
||||
"prefix": "**",
|
||||
"destination": "/gitlab"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue