mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00
20 lines
700 B
Markdown
20 lines
700 B
Markdown
Extracts Docker dependencies from `gitlab-ci.yml` files.
|
|
|
|
If you need to change the versioning format, read the [versioning](../../versioning/index.md) documentation to learn more.
|
|
|
|
If you use Gitlab Dependency Proxy then you can use these predefined variables as prefixes for your image:
|
|
|
|
- `CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX`
|
|
- `CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX`
|
|
|
|
If you use predefined GitLab CI variables like `CI_REGISTRY` or `CI_SERVER_FQDN` make sure to configure their value via `registryAliases`:
|
|
|
|
```json
|
|
{
|
|
"registryAliases": {
|
|
"$CI_REGISTRY": "registry.example.com",
|
|
"$CI_SERVER_FQDN": "gitlab.example.com",
|
|
"$CI_SERVER_HOST": "gitlab.example.com"
|
|
}
|
|
}
|
|
```
|