2.2 KiB
2.2 KiB
mongodb-docker
Docker image of MongoDB database.
Goal
Since version 5, MongoDB supports only processors with AVX instructions extensions.
If you try to run it on an old processor, then you'll get an error like below:
/opt/bitnami/scripts/libos.sh: line 346: 58 Illegal instruction (core dumped) "$@" > /dev/null 2>&1
So, the goal of the project is to provide the ability to run an application on generic amd64
architecture.
Image
Our images are based on Bitnami's and published in Quay, GHCR, AWS and Harbor registries.
They contain the healthcheck utility written in Rust as well as the MongoDb tools.
Usage
You can use it in Docker as simple as:
$ docker run -d quay.io/flakybitnet/mongodb-server
$ docker run -d ghcr.io/flakybitnet/mongodb-server
$ docker run -d public.ecr.aws/flakybitnet/mongodb/server
$ docker run -d harbor.flakybit.net/mongodb/server
Binaries
Binaries are compiled by following the instruction and are available there.
Source
Source code are available at Gitea and mirrored to GitHub.