Skip to content

Commit 34b04ee

Browse files
committed
chore: migrate ccb-repo images from ghcr.io/sjarmak to ghcr.io/sourcegraph
All 22 ccb-repo base images pushed to ghcr.io/sourcegraph/ org. Updated 110 files (108 task Dockerfiles, update_task_dockerfiles.py, push_base_images_ghcr.sh) and regenerated task registry. Images need visibility toggled to public via GitHub web UI at github.com/orgs/sourcegraph/packages/container/ccb-repo-*/settings. Also updates docs/DAYTONA.md to reflect 283/283 tasks Daytona-ready.
1 parent f50a8de commit 34b04ee

File tree

112 files changed

+311
-313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+311
-313
lines changed

base_images/update_task_dockerfiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def extract_task_specific_lines(lines: list[str], base: dict) -> list[str]:
213213
return result
214214

215215

216-
GHCR_PREFIX = "ghcr.io/sjarmak"
216+
GHCR_PREFIX = "ghcr.io/sourcegraph"
217217

218218

219219
def rewrite_dockerfile(path: Path, base: dict, task_lines: list[str], dry_run: bool) -> bool:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/sjarmak/ccb-repo-camel-1006f047
1+
FROM ghcr.io/sourcegraph/ccb-repo-camel-1006f047

benchmarks/ccb_build/camel-fix-protocol-feat-001/environment/Dockerfile.artifact_only

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MCP agent deletes source files at runtime via agent startup script.
44
# Verifier applies patches from answer.json to /repo_full copy for scoring.
55

6-
FROM ghcr.io/sjarmak/ccb-repo-camel-1006f047
6+
FROM ghcr.io/sourcegraph/ccb-repo-camel-1006f047
77
# --- artifact_only: backup full repo for verifier scoring ---
88
# Source stays in /workspace (readable by baseline agent).
99
# MCP agent deletes source files at runtime via agent startup script.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/sjarmak/ccb-repo-flink-0cc95fcc
1+
FROM ghcr.io/sourcegraph/ccb-repo-flink-0cc95fcc

benchmarks/ccb_build/flink-pricing-window-feat-001/environment/Dockerfile.artifact_only

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MCP agent deletes source files at runtime via agent startup script.
44
# Verifier applies patches from answer.json to /repo_full copy for scoring.
55

6-
FROM ghcr.io/sjarmak/ccb-repo-flink-0cc95fcc
6+
FROM ghcr.io/sourcegraph/ccb-repo-flink-0cc95fcc
77
# --- artifact_only: backup full repo for verifier scoring ---
88
# Source stays in /workspace (readable by baseline agent).
99
# MCP agent deletes source files at runtime via agent startup script.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/sjarmak/ccb-repo-flipt-3d5a345f
1+
FROM ghcr.io/sourcegraph/ccb-repo-flipt-3d5a345f

benchmarks/ccb_build/flipt-dep-refactor-001/environment/Dockerfile.artifact_only

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MCP agent deletes source files at runtime via agent startup script.
44
# Verifier applies patches from answer.json to /repo_full copy for scoring.
55

6-
FROM ghcr.io/sjarmak/ccb-repo-flipt-3d5a345f
6+
FROM ghcr.io/sourcegraph/ccb-repo-flipt-3d5a345f
77
# --- artifact_only: backup full repo for verifier scoring ---
88
# Source stays in /workspace (readable by baseline agent).
99
# MCP agent deletes source files at runtime via agent startup script.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/sjarmak/ccb-repo-flipt-3d5a345f
1+
FROM ghcr.io/sourcegraph/ccb-repo-flipt-3d5a345f

benchmarks/ccb_build/flipt-flagexists-refactor-001/environment/Dockerfile.artifact_only

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MCP agent deletes source files at runtime via agent startup script.
44
# Verifier applies patches from answer.json to /repo_full copy for scoring.
55

6-
FROM ghcr.io/sjarmak/ccb-repo-flipt-3d5a345f
6+
FROM ghcr.io/sourcegraph/ccb-repo-flipt-3d5a345f
77
# --- artifact_only: backup full repo for verifier scoring ---
88
# Source stays in /workspace (readable by baseline agent).
99
# MCP agent deletes source files at runtime via agent startup script.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/sjarmak/ccb-repo-k8s-11602f08
1+
FROM ghcr.io/sourcegraph/ccb-repo-k8s-11602f08

0 commit comments

Comments
 (0)