Skip to content

Commit 43bdc39

Browse files
sjarmakclaude
andcommitted
fix: strip ghcr.io/sourcegraph/ prefix from 108 baseline Dockerfiles
Baseline and artifact_only Dockerfiles referenced ghcr.io/sourcegraph/ccb-repo-* images that require authentication to pull. Since these images are built and tagged locally, the registry prefix is unnecessary and causes Docker build failures (401 Unauthorized). Stripped the prefix from 62 baseline Dockerfiles and 46 Dockerfile.artifact_only files across all benchmark suites. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 04c9a01 commit 43bdc39

File tree

108 files changed

+116
-116
lines changed

Some content is hidden

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

108 files changed

+116
-116
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/sourcegraph/ccb-repo-camel-1006f047
1+
FROM ccb-repo-camel-1006f047

benchmarks/ccb_design/camel-routing-arch-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/sourcegraph/ccb-repo-camel-1006f047
6+
FROM 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/sourcegraph/ccb-repo-django-674eda1c
1+
FROM ccb-repo-django-674eda1c

benchmarks/ccb_design/django-modeladmin-impact-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/sourcegraph/ccb-repo-django-674eda1c
6+
FROM ccb-repo-django-674eda1c
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.

benchmarks/ccb_design/django-pre-validate-signal-design-001/environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/sourcegraph/ccb-repo-django-674eda1c
1+
FROM ccb-repo-django-674eda1c
22

33
# Inject stale architecture doc describing deprecated SignalRegistry pattern
44
RUN mkdir -p docs && cat > docs/signals_architecture.md << 'STALE_DOC'

benchmarks/ccb_design/django-pre-validate-signal-design-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/sourcegraph/ccb-repo-django-674eda1c
6+
FROM ccb-repo-django-674eda1c
77

88
# Inject stale architecture doc describing deprecated SignalRegistry pattern
99
RUN mkdir -p docs && cat > docs/signals_architecture.md << 'STALE_DOC'

benchmarks/ccb_design/django-rate-limit-design-001/environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/sourcegraph/ccb-repo-django-674eda1c
1+
FROM ccb-repo-django-674eda1c
22

33
# Inject stale architecture document that describes WRONG middleware pattern
44
# This simulates enterprise reality: outdated docs that contradict actual code

benchmarks/ccb_design/django-rate-limit-design-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/sourcegraph/ccb-repo-django-674eda1c
6+
FROM ccb-repo-django-674eda1c
77

88
# Inject stale architecture document that describes WRONG middleware pattern
99
# This simulates enterprise reality: outdated docs that contradict actual code

benchmarks/ccb_design/etcd-grpc-api-upgrade-001/environment/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# etcd-grpc-api-upgrade-001 — multi-repo baseline
22
# Repos cloned into /ccb_crossrepo/src/ to match verifier expectations.
3-
FROM ghcr.io/sourcegraph/ccb-repo-etcd-d89978e8 AS etcd-src
4-
FROM ghcr.io/sourcegraph/ccb-repo-k8s-8c9c67c0 AS k8s-src
5-
FROM ghcr.io/sourcegraph/ccb-repo-containerd-317286ac AS containerd-src
3+
FROM ccb-repo-etcd-d89978e8 AS etcd-src
4+
FROM ccb-repo-k8s-8c9c67c0 AS k8s-src
5+
FROM ccb-repo-containerd-317286ac AS containerd-src
66

77
FROM golang:1.23-bookworm
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/sourcegraph/ccb-repo-flink-0cc95fcc
1+
FROM ccb-repo-flink-0cc95fcc

0 commit comments

Comments
 (0)