SciCatProject / SciCatProject/backend
bitnami/mongodb does not support ARM64
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 37
- Avg merge
- 17h 32m
- Merged PRs (30d)
- 38
Description
Summary
if you are using MAC M1 you will not be able to run bitnami/mongodb image locally, since bitnami/mongodb has no ARM64 support yet. https://github.com/bitnami/charts/issues/16247
The solution I use is to change mongodb image to mongo:latest before running docker-compose file and then revert it back before making any commit.
I wonder if there's more elegant solution for mac users.
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 inspecting the docker-compose configuration that selects the bitnami/mongodb image and verify the ARM64 behavior on a Mac M1. Compare the reported mongo:latest workaround with the project’s current setup; done means ARM64 users can run the compose configuration without manually changing and reverting the image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, mongodb
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100