gitlabci should ignore !reference services #33057
Labels
manager:gitlabci
GitLab CI config files
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:bug
Bug fix of existing functionality
Discussed in #33056
Originally posted by Wurstnase December 12, 2024
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab (renovate/renovate:39@sha256:68af0e4f4375dcedda551b64d6270b79090edad5fdb23c939001bd657c3c78ab)
Please tell us more about your question or problem
Renovate try to parse an image where no image is.
When you have something like this in a gitlab-ci.yml:
renovate try to find an image
.postgres
and will fail. It becomes worse, when the bot is behind a proxy and docker.io is not allowed.Please check this minimal: minimal
Logs (if relevant)
The runner is in a private network and most internet traffic is forbidden.
Most important part is:
Error without a proxy
Behind a proxy it was very hard to find. Maybe there is a chance to improve error messages behind a HTTP proxy, which normally has no
https
.Logs behind the proxy
everything in the !reference should be ignored. It is a special construct for gitlab.
docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#reference-tags
The text was updated successfully, but these errors were encountered: