Commit a0ea3ca
fix: use compact single-line JSON in clone manifests to avoid Docker parse errors
Multi-line RUN echo with JSON keys (e.g. "workdir":) on their own line
gets misinterpreted as unknown Dockerfile instructions by Docker's parser.
Switch from json.dumps(indent=2) to json.dumps(separators=(",",":")) so
the entire manifest fits on one RUN echo line.
Verified: 8/8 SDLC suite smoke tests pass, plus code-review and multi-repo
subcategory tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9f5fc73 commit a0ea3ca
File tree
129 files changed
+135
-1382
lines changed- benchmarks
- ccb_build
- camel-fix-protocol-feat-001/environment
- cgen-deps-install-001/environment
- codecoverage-deps-install-001/environment
- dotenv-expand-deps-install-001/environment
- dotnetkoans-deps-install-001/environment
- envoy-grpc-server-impl-001/environment
- eslint-markdown-deps-install-001/environment
- flink-pricing-window-feat-001/environment
- flipt-dep-refactor-001/environment
- flipt-flagexists-refactor-001/environment
- iamactionhunter-deps-install-001/environment
- k8s-noschedule-taint-feat-001/environment
- k8s-runtime-object-impl-001/environment
- k8s-score-normalizer-refac-001/environment
- kafka-batch-accumulator-refac-001/environment
- pcap-parser-deps-install-001/environment
- python-http-class-naming-refac-001/environment
- servo-scrollend-event-feat-001/environment
- similar-asserts-deps-install-001/environment
- strata-cds-tranche-feat-001/environment
- strata-fx-european-refac-001/environment
- tensorrt-mxfp4-quant-feat-001/environment
- vscode-stale-diagnostics-feat-001/environment
- ccb_debug
- ansible-galaxy-tar-regression-prove-001/environment
- flipt-auth-cookie-regression-prove-001/environment
- qutebrowser-adblock-cache-regression-prove-001/environment
- qutebrowser-darkmode-threshold-regression-prove-001/environment
- qutebrowser-hsv-color-regression-prove-001/environment
- qutebrowser-url-regression-prove-001/environment
- teleport-ssh-regression-prove-001/environment
- tutanota-search-regression-prove-001/environment
- vuls-oval-regression-prove-001/environment
- ccb_design
- camel-routing-arch-001/environment
- django-modeladmin-impact-001/environment
- django-pre-validate-signal-design-001/environment
- django-rate-limit-design-001/environment
- envoy-routeconfig-dep-chain-001/environment
- envoy-stream-aggregated-sym-001/environment
- etcd-grpc-api-upgrade-001/environment
- flink-checkpoint-arch-001/environment
- flipt-protobuf-metadata-design-001/environment
- flipt-transitive-deps-001/environment
- k8s-crd-lifecycle-arch-001/environment
- k8s-scheduler-arch-001/environment
- k8s-typemeta-dep-chain-001/environment
- postgres-query-exec-arch-001/environment
- terraform-provider-iface-sym-001/environment
- ccb_document
- docgen-inline-002/environment
- k8s-apiserver-doc-gen-001/environment
- k8s-applyconfig-doc-gen-001/environment
- k8s-clientgo-doc-gen-001/environment
- k8s-fairqueuing-doc-gen-001/environment
- k8s-kubelet-cm-doc-gen-001/environment
- ccb_fix
- ansible-abc-imports-fix-001/environment
- ansible-module-respawn-fix-001/environment
- django-modelchoice-fk-fix-001/environment
- django-select-for-update-fix-001/environment
- flipt-cockroachdb-backend-fix-001/environment
- flipt-ecr-auth-oci-fix-001/environment
- flipt-eval-latency-fix-001/environment
- flipt-otlp-exporter-fix-001/environment
- flipt-trace-sampling-fix-001/environment
- k8s-dra-scheduler-event-fix-001/environment
- nodebb-notif-dropdown-fix-001/environment
- nodebb-plugin-validate-fix-001/environment
- openlibrary-fntocli-adapter-fix-001/environment
- openlibrary-search-query-fix-001/environment
- openlibrary-solr-boolean-fix-001/environment
- protonmail-conv-testhooks-fix-001/environment
- protonmail-dropdown-sizing-fix-001/environment
- protonmail-holiday-calendar-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
- django-audit-trail-implement-001/environment
- django-cross-team-boundary-001/environment
- django-csrf-session-audit-001/environment
- django-legacy-dep-vuln-001/environment
- django-policy-enforcement-001/environment
- django-repo-scoped-access-001/environment
- django-role-based-access-001/environment
- django-sensitive-file-exclusion-001/environment
- flipt-degraded-context-fix-001/environment
- flipt-repo-scoped-access-001/environment
- kafka-sasl-auth-audit-001/environment
- postgres-client-auth-audit-001/environment
- ccb_test
- aspnetcore-code-review-001/environment
- calcom-code-review-001/environment
- curl-security-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-coverage-gap-001/environment
- test-coverage-gap-002/environment
- test-unitgen-py-001/environment
- vscode-code-review-001/environment
- ccb_understand
- django-composite-field-recover-001/environment
- django-template-inherit-recall-001/environment
- envoy-filter-chain-qa-001/environment
- envoy-request-routing-qa-001/environment
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
129 files changed
+135
-1382
lines changedLines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 29 | + | |
38 | 30 | | |
39 | 31 | | |
40 | 32 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 28 | + | |
37 | 29 | | |
38 | 30 | | |
39 | 31 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 28 | + | |
37 | 29 | | |
38 | 30 | | |
39 | 31 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 34 | + | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 28 | + | |
37 | 29 | | |
38 | 30 | | |
39 | 31 | | |
| |||
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 27 | + | |
44 | 28 | | |
45 | 29 | | |
46 | 30 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 34 | + | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 29 | + | |
38 | 30 | | |
39 | 31 | | |
40 | 32 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 27 | + | |
36 | 28 | | |
37 | 29 | | |
38 | 30 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 27 | + | |
36 | 28 | | |
37 | 29 | | |
38 | 30 | | |
| |||
0 commit comments