@@ -18,12 +18,20 @@ Officially Supported Architectures:
1818On systems with native translation, will work when overwriting the architecture with ` MONGOMS_ARCH=x64 `
1919:::
2020
21+ ---
22+
23+ Legend: <span class =" badge badge--success " >Supported</span > <span class =" badge badge--warning " >Untested</span > <span class =" badge badge--warning " >Outdated</span > <span class =" badge badge--danger " >Unsupported</span >
24+
2125## Windows
2226
27+ <span class =" badge badge--success " >Supported</span >
28+
2329Should just work out of the box
2430
2531## MacOS
2632
33+ <span class =" badge badge--success " >Supported</span >
34+
2735On x64 systems, it should work right out of the box<br />
2836On Arm64 systems, the architecture needs to be overwritten with ` MONGOMS_ARCH=x64 ` , only exception being (and based on) ` ubuntu `
2937
@@ -33,6 +41,8 @@ Depends on the distribution, many common ones should just work right out of the
3341
3442### Ubuntu (and based on systems)
3543
44+ <span class =" badge badge--success " >Supported</span >
45+
3646(uses mongodb's ` ubuntu ` release)<br />
3747Lowest supported Distribution version is ` 1404 ` <br />
3848Highest version is ` 2004 ` <br />
@@ -46,60 +56,78 @@ For Arm64 MongoDB only provides binaries for `ubuntu1604`
4656
4757### Debian
4858
59+ <span class =" badge badge--success " >Supported</span >
60+
4961(uses mongodb's ` debian ` release)<br />
5062Lowest supported Distribution version is ` 71 ` <br />
5163Highest version is ` 10 ` <br />
5264Default version is ` 10 ` (when in ` unstable ` or ` testing ` , otherwise none)
5365
5466### Fedora
5567
68+ <span class =" badge badge--success " >Supported</span >
69+
5670(uses mongodb's ` rhel ` release)<br />
5771Lowest supported Distribution version is ` 6 ` <br />
5872Highest version is ` 18 ` <br />
5973Default version is ` 34 ` (when above or equal to ` 34 ` , otherwise none)
6074
6175### Rhel
6276
77+ <span class =" badge badge--warning " >Untested</span > <span class =" badge badge--warning " >Outdated</span >
78+
6379(uses mongodb's ` rhel ` release)<br />
6480Lowest supported Distribution version is ` 5 ` <br />
6581Highest version is ` 8 ` <br />
6682Default version is ` 70 `
6783
6884### Amazon
6985
86+ <span class =" badge badge--success " >Supported</span >
87+
7088(uses mongodb's ` amazon ` release)<br />
7189Lowest supported Distribution version is ` 1 ` <br />
7290Highest version is ` 2 ` <br />
7391Default version is ` 1 `
7492
7593### ElementaryOS
7694
95+ <span class =" badge badge--warning " >Outdated</span >
96+
7797(uses mongodb's ` ubuntu ` release)<br />
7898Lowest supported Distribution version is ` 3 ` (or ` 0.3 ` )<br />
7999Highest version is ` 6 ` <br />
80100Default version is ` 6 `
81101
82102### Linux Mint
83103
104+ <span class =" badge badge--success " >Supported</span >
105+
84106(uses mongodb's ` ubuntu ` release)<br />
85107Lowest supported Distribution version is ` 17 ` <br />
86108Highest version is ` 20 ` <br />
87109Default version is ` 20 `
88110
89111### Suse
90112
113+ <span class =" badge badge--warning " >Untested</span > <span class =" badge badge--warning " >Outdated</span >
114+
91115(uses mongodb's ` suse ` release)<br />
92116Lowest supported Distribution version is ` 11 ` <br />
93117Highest version is ` 12 ` <br />
94118Default version is none
95119
96120### Arch
97121
122+ <span class =" badge badge--warning " >Untested</span > <span class =" badge badge--danger " >Unsupported</span >
123+
98124There are no official mongodb builds for Arch Distributions, but the ` ubuntu ` binaries work on most Arch systems, so they are used<br />
99125::: note
100126Because Arch* dosnt base on ubuntu, there is no specific ubuntu version associated with an arch version, so it defaults to highest supported ` ubuntu ` version
101127:::
102128
103129### Alpine
104130
131+ <span class =" badge badge--danger " >Unsupported</span >
132+
105133There are no official mongodb builds alpine, though there are some unoffical build of mongodb build for it which can be used
0 commit comments