fix: align ambient-runner Dockerfile build context with other components#1260
Merged
mergify[bot] merged 2 commits intomainfrom Apr 9, 2026
Merged
fix: align ambient-runner Dockerfile build context with other components#1260mergify[bot] merged 2 commits intomainfrom
mergify[bot] merged 2 commits intomainfrom
Conversation
Change the COPY instruction from `COPY ambient-runner ...` to `COPY . ...` so the build context can be the Dockerfile's own directory, matching the convention used by every other component. Update the GitHub Actions workflows and Makefile accordingly. Closes #1259 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
This aligns the ambient-runner build context with the convention used by all other components: Before: Build context = Files changed:
🤖 Session |
…workflows Missed these two workflows in the initial fix — they also hardcoded the build context as `components/runners` instead of `components/runners/ambient-runner`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ktdreyer
approved these changes
Apr 9, 2026
Merge Queue Status
This pull request spent 21 seconds in the queue, including 5 seconds running CI. Required conditions to merge
|
Contributor
|
| File | Component | Mode |
|---|---|---|
components/runners/ambient-runner/Dockerfile |
runner | warn |
No action required — these components are in warn mode. Consider using the component's agent workflow for future changes.
📖 Specs: Runner Spec · Runner Constitution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
COPY ambient-runner /app/ambient-runnertoCOPY . /app/ambient-runnerso the build context matches the Dockerfile's directory (consistent with all other components)contextincomponents-build-deploy.yml,prod-release-deploy.yaml,e2e.yml, andclaude-live-test.ymlfrom./components/runnersto./components/runners/ambient-runnerMakefilebuild-runnertarget tocdinto the correct directory and drop the-fflagTest plan
make build-runnersucceeds locallyCloses #1259
🤖 Ambient Session