Feature Request: Official Plug and Play Docker Hub Image
Problem
Setting up Vibe Kanban with the official repository is more complicated than it needs to be for users who just want to get started quickly.
The current process requires building the image locally, creating a personal Docker image, pushing it to a private Docker Hub repository, and then pulling it to my VPS. While this works, it adds unnecessary steps for every deployment.
At the moment, I'm using an older community image that's around 10 releases behind because it's much easier than rebuilding everything myself each time. (https://hub.docker.com/r/successage/opencode-kanban)
Feature Request
It would be incredibly helpful if every release automatically published an official Docker image to Docker Hub (or another official container registry).
For example:
vibekanban/vibe-kanban:latest
vibekanban/vibe-kanban:vX.Y.ZThis would make deployment truly plug and play:
docker pull vibekanban/vibe-kanban:latestinstead of requiring every user to build and publish their own image.
Benefits
- Much easier onboarding for new users.
- Faster deployments.
- Consistent, officially supported images.
- Eliminates the need for everyone to maintain their own Docker Hub repository.
- Makes self hosting significantly more accessible.
- Reduces support requests related to Docker builds.
Appreciation
I really love this project. I've tried Codex, Cursor, and many other AI coding/orchestration tools, and despite a few rough edges, Vibe Kanban is, in my opinion, currently one of the best AI agent orchestrators available.
An official plug and play Docker image would make an already excellent project even easier to adopt for the entire community.
Thanks for all the work you've put into Vibe Kanban!
Source: BloopAI/vibe-kanban