Skip to content
Verified Commit aa2a45a9 authored by Florian Forster's avatar Florian Forster Committed by Andrew Newdigate
Browse files

fix(tool-versions): Use the `common-ci-tasks-images` registry for version information.

Previously, `.tool-versions` instructed Renovate to reference GitHub releases
to update version information. In multiple cases, the CI jobs in
[common-ci-tasks](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks) then
use this version information to load Docker images from the
[common-ci-tasks-images](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images)
registry.

This leads to a race between Renovate bot updating `.tool-versions` and
*common-ci-tasks-images* building and tagging the new version. By referencing
*common-ci-tasks-images* in `.tool-versions` this race is avoided.

The changes were generated using:

```shell
./migration-scripts/tool-versions.sh .tool-versions.jinja
```
parent 54d2a8e7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment