-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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/mariadb] Support for official docker.io/mariadb image #3393
Comments
Hi, |
The docker.io/mariadb image is adding support for MARIADB_ env vars. The PR was merged a month ago but it's not yet available via So can close this as done soon.. 👍 |
The path of |
Hi, |
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. |
Which chart:
https://github.com/bitnami/charts/tree/master/bitnami/mariadb
Is your feature request related to a problem? Please describe.
When I try setting
image.repository=mariadb
on install, the pods encounter an error on startup:Describe the solution you'd like
Support the use of the official mariadb Docker image with this chart.
Describe alternatives you've considered
Add arm64 support to the
bitnami/mariadb
image. See https://github.com/bitnami/bitnami-docker-mariadb/issues/221Additional context
I am trying to deploy the mariadb chart on an arm64-based cluster, but cannot do so because the bitnami image only supports amd64, and the official mariadb image does not work with the chart. This leaves me with no option but to deploy mariadb manually on my cluster.
The text was updated successfully, but these errors were encountered: