feat: include web dashboard from release tarball#688
Conversation
Add a devfile stack for ZeroClaw, a Rust-based AI agent gateway/runtime. Includes tools container for editor injection, zeroclaw daemon with gateway endpoint, persistent volume for config, and devfile commands for quickstart, status, and diagnostics. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new ChangesZeroClaw Devfile Stack
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
v0.8.1) instead of copying from the official distroless imageZEROCLAW_VERSIONbuild argCLAUDE.mdwith project contextTest plan
docker build -t zeroclaw-image:test .docker run -p 42617:42617 zeroclaw-image:test daemon --host 0.0.0.0then openhttp://localhost:42617/docker run --rm --entrypoint bash zeroclaw-image:test -c 'zeroclaw --version'🤖 Generated with Claude Code
Summary by CodeRabbit