-
Notifications
You must be signed in to change notification settings - Fork 5.4k
feature/docker starter #5670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
feature/docker starter #5670
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
| if (!projectExists || !pluginsInstalled) { | ||
| console.log('📦 Creating test project...'); | ||
|
|
||
| execSync(`${cliCommand} create --type project --yes e2e-test-project`, { |
Check warning
Code scanning / CodeQL
Shell command built from environment values Medium test
absolute path
|
|
||
| // Test CLI --docker flag availability | ||
| console.log('🔧 Testing CLI --docker flag...'); | ||
| const helpOutput = execSync(`${cliCommand} start --help`, { encoding: 'utf8' }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values Medium test
absolute path
| logger.info('💡 Press Ctrl+C to stop the container'); | ||
|
|
||
| try { | ||
| const child = exec(`docker ${dockerArgs.join(' ')}`, { cwd: this.projectRoot }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values Medium
absolute path
This shell command depends on an uncontrolled
absolute path
|
ok, lmk when you are ready
…On Thu, 24 Jul 2025 at 05:51, cjft ***@***.***> wrote:
*ChristopherTrimboli* left a comment (elizaOS/eliza#5670)
<#5670 (comment)>
we need to move this to a branch on eliza repo, hard to test and backport
upstream on your fork, I'll reach out and give perms please re-PR with
branch based off latest develop your changes
—
Reply to this email directly, view it on GitHub
<#5670 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQ3H32MAMRAL6ARK4HYDNT3KBQ6PAVCNFSM6AAAAACCF22NOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCMJRHE2TINZWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
719ff96 to
26469ee
Compare
Docker Infrastructure for elizaOS - foundation stage
Adds Docker support with CLI integration and organized target structure for both starter projects and monorepo development.
New Commands
How It Works
Starter Project Context
When using
elizaos create my-project, the generated project includes Docker configs:Benefits:
Monorepo Context
For ElizaOS core development, use organized Docker targets:
Structure
Testing
Compatibility
tee-docker-compose.yaml)Next
docker-slimelizaos deploy, or similar