Skip to content

fix(dev): point devcontainer agent build at repo root#841

Merged
ussaama merged 1 commit into
mainfrom
fix/devcontainer-agent-build-context
Jul 9, 2026
Merged

fix(dev): point devcontainer agent build at repo root#841
ussaama merged 1 commit into
mainfrom
fix/devcontainer-agent-build-context

Conversation

@ussaama

@ussaama ussaama commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

The agent image was rewritten in #753 to build from the git repo root
(it bakes docs/ as its knowledge FS, so it needs both echo/agent/ and
docs/ in context). CI was updated to match; the devcontainer compose was
not, so it still built with context ../agent and failed on
COPY docs/ ./knowledge/docs/ with "/docs": not found.

Set context ../../ + dockerfile echo/agent/Dockerfile, matching
.github/workflows/ci.yml.

  The agent image was rewritten in #753 to build from the git repo root
  (it bakes docs/ as its knowledge FS, so it needs both echo/agent/ and
  docs/ in context). CI was updated to match; the devcontainer compose was
  not, so it still built with context ../agent and failed on
  `COPY docs/ ./knowledge/docs/` with "/docs": not found.

  Set context ../../ + dockerfile echo/agent/Dockerfile, matching
  .github/workflows/ci.yml.
@ussaama ussaama requested a review from spashii July 9, 2026 12:56
@ussaama ussaama merged commit 5a639c3 into main Jul 9, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant