Skip to content

build: add docker, compose, and CI for runnable kits#123

Open
jasperan wants to merge 2 commits intoLamatic:mainfrom
jasperan:feat/agentkit-deployment
Open

build: add docker, compose, and CI for runnable kits#123
jasperan wants to merge 2 commits intoLamatic:mainfrom
jasperan:feat/agentkit-deployment

Conversation

@jasperan
Copy link
Copy Markdown

@jasperan jasperan commented Apr 4, 2026

Summary

  • add a generic root Dockerfile that builds one runnable kit at a time via KIT_PATH
  • add docker-compose.yml with KIT_PATH and KIT_ENV_FILE overrides for local runs
  • add a CI workflow that detects changed kits and runs npm ci, npm run lint, and npm run build
  • add deployment docs and link them from the root README
  • ignore local agent and plan artifacts at the repo root

Notes

  • this repo is a collection of kits, bundles, and templates, so the Docker/CI setup targets runnable kit directories instead of pretending there is one root app
  • Docker could not be executed locally in this environment because the docker CLI is not installed here

Closes #8

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 4, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • agentkit-challenge

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: 3827ca53-d173-4aca-804b-bf5de1584120

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

Add Dockerization, docker-compose, and CI/CD workflows for AgentKit deployment

1 participant