Bump common-ci-configuration to latest main commit
Summary
- Update
CI_COMMON_JOB_VERSIONfrome74d7109...to9f5e12cd984bf12746ce9af081868e09ced8068f - Update common-ci-configuration include ref to match
Problem
The old docker-dind image (e74d7109838ff05fdc239bced6a726aa7ad46a9b) was deleted from the GitLab registry. This caused CI jobs to fail with "manifest unknown" errors on runners that don't have the image cached locally.
Solution
Bump to the latest common-ci-configuration main commit (9f5e12cd984bf12746ce9af081868e09ced8068f) which has available docker images in the registry.
This is a proper fix that supersedes the workaround MR !746 (closed) (adding data-cache-storage tags).
Changes between old and new versions
The template changes are minimal and backwards-compatible:
- Added
FF_NETWORK_PER_BUILD: "true"variable - Added git safe directory configuration
Test plan
-
Verify all docker-build jobs succeed without needing to retry -
Verify jobs can run on any runner, not just those with cached images