Commit d5555f7
fix: align ambient-runner Dockerfile build context with other components (#1260)
<!-- acp:session_id=session-62f8d304-d3e5-4d0a-827a-0ea44ff56c3d
source=#1259 last_action=2026-04-09T15:38:06Z retry_count=1 -->
## Summary
- Change `COPY ambient-runner /app/ambient-runner` to `COPY .
/app/ambient-runner` so the build context matches the Dockerfile's
directory (consistent with all other components)
- Update `context` in `components-build-deploy.yml`,
`prod-release-deploy.yaml`, `e2e.yml`, and `claude-live-test.yml` from
`./components/runners` to `./components/runners/ambient-runner`
- Update `Makefile` `build-runner` target to `cd` into the correct
directory and drop the `-f` flag
## Test plan
- [ ] Verify `make build-runner` succeeds locally
- [ ] Verify CI image build passes for ambient-runner
- [ ] Verify E2E tests pass with updated build context
- [ ] Confirm Konflux-style builds (context = Dockerfile parent) no
longer error on the COPY instruction
Closes #1259
---
🤖 [Ambient
Session](https://ambient-code.apps.rosa.vteam-uat.0ksl.p3.openshiftapps.com/projects/ambient-platform-and-workflow-feedback-loop-running/sessions/session-62f8d304-d3e5-4d0a-827a-0ea44ff56c3d)
---------
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 02d3d96 commit d5555f7
File tree
6 files changed
+7
-8
lines changed- .github/workflows
- components/runners/ambient-runner
6 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments