feat: add gitlab registry

This commit is contained in:
Simon Cornet 2026-05-15 12:38:15 +02:00
commit b641ff9dbc

View file

@ -97,6 +97,19 @@
"destination": "/quay"
}
]
},
{
"urls": ["https://registry.gitlab.com"],
"onDemand": true,
"tlsVerify": true,
"maxRetries": 3,
"retryDelay": "5m",
"content": [
{
"prefix": "**",
"destination": "/gitlab"
}
]
}
]
}