-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/mongodb] Mongodb Chart arm64 Support #3635
Comments
Hi @chriskinsman thanks for opening this issue, I'm sorry to say, this chart only supports |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Hi all, we just created this issue #7305 that is pinned in the Bitnami Helm Charts repository, on this way we can funnel all the conversation in a single place regarding ARM64 support. We will close the rest of the existing issues just to avoid duplications, please visit the above-mentioned issue to see any new (when possible) about this topic. |
Hi all, we are more than happy to announce that from now on the Bitnami container catalog is available as multi-arch in Docker Hub 🎉 🎉 This means you don’t need to specify anything when pulling the container images from Docker Hub, Docker (or any other software) will automatically pull the container image matching the host platform from which the pull command was issued. Here you can find more info about this announcement. As usual, please create a new GitHub issue if you would like to report any bug or problem or directly contribute by creating a PR. Here you can find the contributing guidelines. |
@carrodher this is great news! Unfortunately, I'm not seeing this multiarch support for mongodb. Any idea as to when can we expect to see it? |
Hi, I'm afraid that we are currently using the MongoDB builds from upstream, so right now if there's no support from upstream we cannot support it |
Use https://github.com/ZCube/bitnami-compat as a workaround |
Is this the upstream support you were looking for? |
There are already other open issues for this same topic, see bitnami/containers#40947. In that thread, there are some workarounds. |
@carrodher Hi! |
@carrodher There is mongodb arm 64 support in the link you provided. |
There is ARM support for some distros, but unfortunately, not for Debian which is the one used in the Bitnami Application Catalog, see |
Please reopen this ticket. As of April 2024 the bitnami/mongodb Docker image DOES NOT support arm64. /reopen |
As of June 2024, still not arm support for |
Guys can we get an arm build out please? I have tested the operator in Orange Pis and Raspberry Pis. Please refer to my operator configuration. I love bitnami charts and cheers to you guys for supporting the community. But this issue is reaching 4 years almost. The only container that wasn't ARM64 compatible was the alphaduriendur@hc-opi5b16-1:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Orange Pi 1.0.8 Bookworm
Release: 12
Codename: bookworm
alphaduriendur@hc-opi5b16-1:~$ uname -r
6.1.43-rockchip-rk3588
alphaduriendur@hc-opi5b16-1:~$ uname -a
Linux hc-opi5b16-1.arkobasu.space 6.1.43-rockchip-rk3588 #1.0.8 SMP Thu Jun 6 06:38:04 CST 2024 aarch64 GNU/Linux
alphaduriendur@hc-opi5b16-1:~$ |
@abasu0713 How does this relate to this issue? |
Yeah I am running on this same issue too.. |
@carrodher any updates? I will need to spin up costly x86 servers just for this? |
For the case of MongoDB, we use the upstream binaries to build the images. In the case of Debian it is only offering x86 In our free, open source catalog, we are only offering Debian 12 images. In Tanzu Application Catalog (our commercial offering) we support other distros like RHEL or Ubuntu, in which MongoDB has support. |
Simple solution: use MongoDB Atlas free tier |
No it's not enough and they do not offer HIPAA compliance on the free tier.. |
How much is this? It's not written in that link.. |
In https://tanzu.vmware.com/application-catalog you can see a "Contact Us" at the bottom. There you can find the requested information. |
Any updates? |
I've used the MongoDB Community official helm chart.. it was pretty straightforward on ARM.. I've reached for the professional version with Tanzu too but the price is astronomical.. I really don't understand how anyone would purchase it.. |
hey everyone, I got it running with MongoDB 7 and the latest bitnami chart version: Here you can find all the information: https://github.com/xavidop/mongodb-7-bitnami |
This should be merged to bitami's branch. Great job!!! |
In case someone is looking for mongodb 6.0, I have created a custom build process: https://github.com/dlavrenuek/bitnami-mongodb-arm. If there is enough interest, I will also create a build process for mongodb 8.0, just open an issue in the linked repo or add a thumb up here. While I did start with a fresh bitnami/mongodb and mongodb 6.0 Dockerfile, part of the solution was highly influenced by @xavidop's work. |
If anyone found this thread in a search of bitnami/mongodb 8 - I did manage to build a bitnami compatible image based on a custom minideb:trixie base image. The instructions and sources can be found in The images are also published to docker hub: |
Trying to install the mongodb chart and hitting issues with it not supporting arm64.
Tried --set image.repository=arm64v8/mongo --set image.tag=latest to point it at a arm64 image but then the pod crashes on startup.
The text was updated successfully, but these errors were encountered: