/usr/local/bin/docker-entrypoint.py in mongodb-community-server:6.0.27-ubi8 incorrectly tests for kernel version 6.19+ and refuses to start mongod with error message
ERROR: Detected Linux kernel 7.0.4+deb13-amd64. MongoDB 8.0+ utilizes the tcmalloc allocator which has a known issue with the v6.19 and newer Linux kernel. This container will not start by default on v6.19+.
This test should only be run for MongoDB 8.0+ - as noted in the error itself.
Now I'm wondering if this is the right repo to report this on! I'm getting the docker image from docker.io/mongodb/mongodb-community-server:6.0.27-ubi8 - there doesn't seem to be any reference to mongodb-6.0 here at all!
/usr/local/bin/docker-entrypoint.pyinmongodb-community-server:6.0.27-ubi8incorrectly tests for kernel version 6.19+ and refuses to start mongod with error messageERROR: Detected Linux kernel 7.0.4+deb13-amd64. MongoDB 8.0+ utilizes the tcmalloc allocator which has a known issue with the v6.19 and newer Linux kernel. This container will not start by default on v6.19+.This test should only be run for MongoDB 8.0+ - as noted in the error itself.
Now I'm wondering if this is the right repo to report this on! I'm getting the docker image from
docker.io/mongodb/mongodb-community-server:6.0.27-ubi8- there doesn't seem to be any reference to mongodb-6.0 here at all!