ci: add docker.io mirror to buildkitd config for registry-cache
CI/CD / build-and-push (push) Failing after 4m22s

BuildKit docker-container driver runs isolated from DinD daemon config,
so it needs its own mirror declaration to route docker.io pulls through
the cluster-local pull-through cache instead of Cloudflare CDN directly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chemavx
2026-04-22 17:29:28 +00:00
parent bbcc4c183b
commit 359ce8928a
+7
View File
@@ -40,6 +40,13 @@ jobs:
http = true
insecure = true
[registry."docker.io"]
mirrors = ["registry-cache.registry-cache.svc.cluster.local:5000"]
[registry."registry-cache.registry-cache.svc.cluster.local:5000"]
http = true
insecure = true
- name: Build and push bot image
uses: docker/build-push-action@v3
with: