Skip to content

Commit 63a0657

Browse files
LoCoBench Botclaude
andcommitted
fix: Update Dockerfiles with valid commit SHAs for chain tasks
- chain-001: Use real kubernetes/* commits from Feb 2026 - chain-002: Use istio 1.28.3, go-control-plane v0.14.0, and recent data-plane-api Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3e7cd50 commit 63a0657

File tree

2 files changed

+6
-6
lines changed
  • benchmarks/ccb_crossrepo

2 files changed

+6
-6
lines changed

benchmarks/ccb_crossrepo/crossrepo-chain-001/environment/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ WORKDIR /workspace
99
# Clone kubernetes/kubernetes
1010
RUN git clone https://github.com/kubernetes/kubernetes.git kubernetes && \
1111
cd kubernetes && \
12-
git checkout 31bf3ed00ec0abe1b64d662d2e07e23e08f7cce0
12+
git checkout 31bf3ed48b91b67e5003d8df1b3bd0b918d1fb94
1313

1414
# Clone kubernetes/api (synced from k/k staging)
1515
RUN git clone https://github.com/kubernetes/api.git api && \
1616
cd api && \
17-
git checkout 40341bbc11e31a8e5926cffe1c7a84d28a9ca5cb
17+
git checkout f32ed1d60cf0787a512bebd6c06a4b84ae0b7cc7
1818

1919
# Clone kubernetes/apimachinery
2020
RUN git clone https://github.com/kubernetes/apimachinery.git apimachinery && \
2121
cd apimachinery && \
22-
git checkout 4b5c7c1a95ffb9c8c70ea8098b7a03e9d1d6c8e0
22+
git checkout b2e9f88ff6d4c50c13061a53b1239c7707354eda
2323

2424
# Verify repos exist
2525
RUN ls -la /workspace/ && \

benchmarks/ccb_crossrepo/crossrepo-chain-002/environment/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ WORKDIR /workspace
99
# Clone istio/istio
1010
RUN git clone https://github.com/istio/istio.git istio && \
1111
cd istio && \
12-
git checkout 1.24.1
12+
git checkout 4c1f845d839e9086ee85ad9337f2647492322eb4
1313

1414
# Clone envoyproxy/go-control-plane
1515
RUN git clone https://github.com/envoyproxy/go-control-plane.git go-control-plane && \
1616
cd go-control-plane && \
17-
git checkout v0.13.3
17+
git checkout 71637ad69bbc5f51fbb2562e612a4365292804a5
1818

1919
# Clone envoyproxy/data-plane-api (protobuf definitions)
2020
RUN git clone https://github.com/envoyproxy/data-plane-api.git data-plane-api && \
2121
cd data-plane-api && \
22-
git checkout v3.36.0
22+
git checkout 84e84367f2560cdb47b9bb78fd3e615feb80c3e4
2323

2424
# Verify repos exist
2525
RUN ls -la /workspace/ && \

0 commit comments

Comments
 (0)