Skip to content

GitLab CI/CD components and $CI_SERVER_HOST #27448

Discussion options

You must be logged in to vote

@mueller-ma
The GitLab CI manager did not support aliases. With new version of renovate, the problem is fixed (by #28607)

Personally I use this config.js file to to easily indicate the registry aliases:

module.exports = {
    $schema: "https://docs.renovatebot.com/renovate-schema.json",
        "registryAliases": {
          "$CI_SERVER_FQDN": process.env.CI_SERVER_FQDN,
          "$CI_SERVER_HOST": process.env.CI_SERVER_HOST,
          "$CI_REGISTRY": process.env.CI_REGISTRY
        }
  }

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@viceice
Comment options

@ad-mcas
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mueller-ma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed
3 participants