apache / apache/maka

Publishing a pre-built Docker image for Maka CLI

Open
#4,969 2 comments 0 reactions 1 assignee Claimed by @hbw00111 View on GitHub
enhancement
Dominant language
TypeScript
Stars
5.4k
Forks
502
Avg merge
1d 2h
Merged PRs (30d)
715

Description

### Problem

- According to https://github.com/apache/maka/blob/main/packages/cli/README.md , Maka CLI does not currently have a pre-built Docker image. Providing a pre-built Docker image—similar to the one used for `anomalyco/opencode` (see https://opencode.ai/docs/#initialize )—would clearly facilitate user testing.
```bash
docker run -it --rm ghcr.io/anomalyco/opencode
```
- Of course, if a Docker image is to be provided, I would personally prefer it to be based on an image that includes glibc—such as Ubuntu—to avoid running into issues like the one described at https://github.com/anomalyco/opencode/issues/27589 . The use of musl in Alpine Linux can negatively impact the agent's performance and behavior.

### Desired outcome

- Publishing a pre-built Docker image for Maka CLI.

### Alternatives or workarounds

- Writing a Dockerfile myself is also an option, but it is somewhat tedious.
- The initial version of the Docker image doesn't need to handle complex requirements. However, being able to pre-configure skills or MCPs via configuration files in a volume would clearly reduce manual effort.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.