SciCatProject / scicat-backend-next

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
20 stars 21 forks source link

bitnami/mongodb does not support ARM64 #739

Open Junjiequan opened 1 year ago

Junjiequan commented 1 year ago

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:latestbefore running docker-compose file and then revert it back before making any commit.

I wonder if there's more elegant solution for mac users.

abasu0713 commented 2 months ago

any update here? Could we use mongo's official arm images to deploy the bitnami charts?