mirror of https://github.com/renovatebot/renovate
59cd325b58
Co-authored-by: marco <marco@mybit.nl> |
||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
common.spec.ts | ||
common.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
types.ts | ||
utils.spec.ts | ||
utils.ts |
readme.md
Extracts Docker dependencies from gitlab-ci.yml
files.
If you need to change the versioning format, read the versioning 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 the predefined CI_REGISTRY
variable make sure to configure its value via registryAliases
:
{
"registryAliases": {
"$CI_REGISTRY": "registry.example.com"
}
}