Fix dependency proxy failures in source change detection templates
Summary
- Replace unreliable
CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/docker:24-cliwith the self-hosteddocker-builderimage - The dependency proxy intermittently returns HTML error pages instead of Docker manifests, causing job failures
- The
docker-builderimage is hosted in our GitLab registry and is immune to these issues - Removed
before_scriptapk add commands since docker-builder already has git/bash
Affected templates
-
.find_upstream_image- used byfind_haf_imageand similar jobs -
.check_local_image- used for local image caching
Test plan
- CI pipeline passes on this branch
- Test with reputation_tracker pipeline (was failing with this error)