Commit 43261e9
feat: migrate all 110 baseline Dockerfiles to sg-benchmarks mirror clones
Replace upstream github.com git clone operations with --depth 1 clones
from pinned sg-benchmarks mirror repos across all baseline Dockerfiles
(14 base images + 96 task Dockerfiles). This eliminates git history
negotiation and provides 2-10x faster clone phases for large repos.
Created 16 new mirrors (98 total): 3 parent-commit mirrors for debug
tasks, 1 fallback resolution (envoy v1.31.2), and 12 tag-based mirrors
for MCP-unique tasks (grafana, loki, kubernetes, node, express, numpy,
pandas, scikit-learn, scipy, prometheus, curl, kafka).
Adds scripts/migrate_dockerfiles_to_mirrors.py for automated Dockerfile
rewriting with dry-run mode and pattern detection for 10+ clone variants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fdbd724 commit 43261e9
File tree
113 files changed
+1467
-516
lines changed- base_images
- benchmarks
- ccb_build
- envoy-grpc-server-impl-001/environment
- k8s-runtime-object-impl-001/environment
- rust-subtype-relation-refac-001/environment
- servo-scrollend-event-feat-001/environment
- tensorrt-mxfp4-quant-feat-001/environment
- vscode-stale-diagnostics-feat-001/environment
- ccb_debug
- django-admins-migration-audit-001/environment
- envoy-duplicate-headers-debug-001/environment
- grafana-table-panel-regression-001/environment
- istio-xds-destrul-debug-001/environment
- prometheus-queue-reshard-debug-001/environment
- terraform-phantom-update-debug-001/environment
- ccb_design
- django-orm-query-arch-001/environment
- envoy-routeconfig-dep-chain-001/environment
- envoy-stream-aggregated-sym-001/environment
- k8s-dra-allocation-impact-001/environment
- k8s-typemeta-dep-chain-001/environment
- kafka-flink-streaming-arch-001/environment
- quantlib-barrier-pricing-arch-001/environment
- terraform-provider-iface-sym-001/environment
- ccb_document
- cilium-api-doc-gen-001/environment
- docgen-changelog-001/environment
- docgen-changelog-002/environment
- docgen-inline-001/environment
- docgen-onboard-001/environment
- docgen-runbook-001/environment
- docgen-runbook-002/environment
- envoy-arch-doc-gen-001/environment
- envoy-migration-doc-gen-001/environment
- istio-arch-doc-gen-001/environment
- kafka-api-doc-gen-001/environment
- terraform-arch-doc-gen-001/environment
- vscode-api-doc-gen-001/environment
- ccb_fix
- kafka-producer-bufpool-fix-001/environment
- pytorch-cudnn-version-fix-001/environment
- pytorch-dynamo-keyerror-fix-001/environment
- pytorch-release-210-fix-001/environment
- pytorch-relu-gelu-fusion-fix-001/environment
- pytorch-tracer-graph-cleanup-fix-001/environment
- ccb_mcp_compliance
- ccx-compliance-051/environment
- ccx-compliance-057-ds/environment
- ccb_mcp_crossorg
- ccx-crossorg-061/environment
- ccx-crossorg-066/environment
- ccb_mcp_crossrepo_tracing
- ccx-config-trace-010/environment
- ccx-dep-trace-001/environment
- ccx-dep-trace-004/environment
- ccb_mcp_incident
- ccx-incident-031/environment
- ccx-incident-034/environment
- ccx-incident-037/environment
- ccb_mcp_migration
- ccx-migration-025/environment
- ccx-migration-027/environment
- ccb_mcp_onboarding
- ccx-explore-042-ds/environment
- ccx-onboard-041/environment
- ccx-onboard-050-ds/environment
- ccb_mcp_platform
- ccx-explore-091-ds/environment
- ccx-platform-094/environment
- ccx-platform-100/environment
- ccb_mcp_security
- ccx-vuln-remed-011/environment
- ccx-vuln-remed-014/environment
- ccb_secure
- curl-cve-triage-001/environment
- curl-vuln-reachability-001/environment
- envoy-cve-triage-001/environment
- envoy-vuln-reachability-001/environment
- flipt-degraded-context-fix-001/environment
- grpcurl-transitive-vuln-001/environment
- kafka-vuln-reachability-001/environment
- wish-transitive-vuln-001/environment
- ccb_test
- aspnetcore-code-review-001/environment
- calcom-code-review-001/environment
- envoy-code-review-001/environment
- ghost-code-review-001/environment
- kafka-security-review-001/environment
- numpy-array-sum-perf-001/environment
- pandas-groupby-perf-001/environment
- sklearn-kmeans-perf-001/environment
- terraform-code-review-001/environment
- test-integration-001/environment
- test-integration-002/environment
- test-unitgen-go-001/environment
- test-unitgen-py-001/environment
- vscode-code-review-001/environment
- ccb_understand
- argocd-arch-orient-001/environment
- argocd-sync-reconcile-qa-001/environment
- cilium-ebpf-datapath-handoff-001/environment
- cilium-ebpf-fault-qa-001/environment
- cilium-project-orient-001/environment
- envoy-contributor-workflow-001/environment
- envoy-ext-authz-handoff-001/environment
- istio-xds-serving-qa-001/environment
- kafka-build-orient-001/environment
- kafka-contributor-workflow-001/environment
- kafka-message-lifecycle-qa-001/environment
- terraform-plan-pipeline-qa-001/environment
- terraform-state-backend-handoff-001/environment
- vscode-ext-host-qa-001/environment
- configs
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+1467
-516
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
0 commit comments