Skip to content

Commit 08b773b

Browse files
committed
docs(supported-systems): add badges showing support status
1 parent 71b452b commit 08b773b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/guides/supported-systems.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,20 @@ Officially Supported Architectures:
1818
On 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+
2329
Should just work out of the box
2430

2531
## MacOS
2632

33+
<span class="badge badge--success">Supported</span>
34+
2735
On x64 systems, it should work right out of the box<br/>
2836
On 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/>
3747
Lowest supported Distribution version is `1404`<br/>
3848
Highest 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/>
5062
Lowest supported Distribution version is `71`<br/>
5163
Highest version is `10`<br/>
5264
Default 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/>
5771
Lowest supported Distribution version is `6`<br/>
5872
Highest version is `18`<br/>
5973
Default 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/>
6480
Lowest supported Distribution version is `5`<br/>
6581
Highest version is `8`<br/>
6682
Default version is `70`
6783

6884
### Amazon
6985

86+
<span class="badge badge--success">Supported</span>
87+
7088
(uses mongodb's `amazon` release)<br/>
7189
Lowest supported Distribution version is `1`<br/>
7290
Highest version is `2`<br/>
7391
Default version is `1`
7492

7593
### ElementaryOS
7694

95+
<span class="badge badge--warning">Outdated</span>
96+
7797
(uses mongodb's `ubuntu` release)<br/>
7898
Lowest supported Distribution version is `3` (or `0.3`)<br/>
7999
Highest version is `6`<br/>
80100
Default version is `6`
81101

82102
### Linux Mint
83103

104+
<span class="badge badge--success">Supported</span>
105+
84106
(uses mongodb's `ubuntu` release)<br/>
85107
Lowest supported Distribution version is `17`<br/>
86108
Highest version is `20`<br/>
87109
Default 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/>
92116
Lowest supported Distribution version is `11`<br/>
93117
Highest version is `12`<br/>
94118
Default version is none
95119

96120
### Arch
97121

122+
<span class="badge badge--warning">Untested</span> <span class="badge badge--danger">Unsupported</span>
123+
98124
There are no official mongodb builds for Arch Distributions, but the `ubuntu` binaries work on most Arch systems, so they are used<br/>
99125
:::note
100126
Because 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+
105133
There are no official mongodb builds alpine, though there are some unoffical build of mongodb build for it which can be used

0 commit comments

Comments
 (0)