feat: cf-orch Docker image + Forgejo CI pipeline (v0.6.0) #20
No reviewers
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#20
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/docker-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Dockerfile.orch— two-mode image:coordinator(port 7700) andagent(connects to coordinator)docker/orch-entrypoint.sh— routes to correct CLI command based onCMD.forgejo/workflows/docker.yml— publishesghcr.io/circuit-forge/cf-orch:latest+ version tag on everyvN.N.NpushTest plan
docker build -f Dockerfile.orch .succeeds locallydocker run cf-orch coordinatorstarts coordinator on port 7700docker run -e CF_COORDINATOR_URL=... cf-orch agentregisters with coordinatorCloses #19
All commits from this branch (
cb51ba72,3deae056) are already present inmain— they were pulled in whenfeature/affiliates-modulewas cut from this branch and then merged via PR#25. Closing as already merged; no changes would be added by a merge commit.Pull request closed