Why does pulling the latest docker image for mongo yield version 4.4.18? That makes no sense considering the support documents say v6 is the “current stable release” - https://www.mongodb.com/docs/upcoming/release-notes/
“docker pull mongo:latest” should download some version of mongo v6.
Also, is Windows a requirement of mongo v6? I can’t find any images of it that aren’t based on windows 0_0
If you search by tag versions on Docker Hub, there appear to be several MongoDB 6.0 versions available for Linux: Docker Hub mongo 6.0. The Docker Hub mongo Readme has more information on supported architectures and image variants they produce.