Cross-Platform Support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
Currently, Dockerfile for mantis explicitly states --platform linux/amd64 and pulls tools for the same architecture.
This causes problems when underlying host has a different architecture.
Having cross-platform support will allow mantis and its modules to run on any host, regardless of architecture.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the repository's Dockerfile and locating the architecture-specific tool downloads mentioned in the issue. Trace how those tools are used by mantis and its modules, then verify that the container and modules work on hosts other than linux/amd64. Done means the explicit amd64 dependency is removed without breaking the existing workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, dockerfile, python
- Domain
- build-system, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100