Skip to content

fix: updated the unsupported OS list #851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions content/includes/nim/tech-specs/supported-distros.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ The following table lists the Linux distributions supported by NGINX Instance Ma

{{<bootstrap-table "table table-striped table-bordered">}}

| Distribution | Version | Architecture | NGINX Instance Manager Support | NGINX App Protect Support |
|-----------------|----------------------------------------|------------------|---------------------------------------------------|----------------------------------------------------|
| Amazon Linux | 2 LTS | x86_64 | Supported | **Support discontinued as of 2.18.0** |
| CentOS | 7.4 and later in the 7.x family | x86_64 | **Support discontinued as of 2.17.0** | **Support discontinued as of 2.17.0** |
| Debian | 11<hr>12 | x86_64<hr>x86_64 | Supported<hr>Supported on 2.13.0+ | Supported<hr>Supported |
| Oracle Linux | 7.4 and later in the 7.x family<hr>8.0 and later in the 8.x family | x86_64<hr>x86_64 | **Support discontinued as of 2.17.0**<hr>Supported on 2.6.0+ | **Support discontinued as of 2.17.0**<hr>Supported |
| RHEL | 7.4 and later in the 7.x family<hr>8.x and later in the 8.x family<hr>9.x and later in the 9.x family | x86_64<hr>x86_64<hr>x86_64 | **Support discontinued as of 2.17.0**<hr>Supported<hr>Supported on 2.6.0+ | **Support discontinued as of 2.17.0**<hr>Supported<hr>Supported |
| Ubuntu | 20.04<hr>22.04<hr>24.04 | x86_64<hr>x86_64<hr>x86_64 | Supported<hr>Supported on 2.3.0+<hr>Supported on 2.18.0+ | **Support discontinued as of NAP 4.15.0/5.7.0**<hr>Supported<hr>Supported |
| Distribution | Version | Architecture | NGINX Instance Manager Support | NGINX App Protect Support |
|-----------------|----------------------------------------|------------------|-----------------------------------------------------|----------------------------------------------------|
| Debian | 11<hr>12 | x86_64<hr>x86_64 | Supported<hr>Supported | Supported<hr>Supported |
| Oracle Linux | 8.0 and later in the 8.x family | x86_64 | Supported | Supported |
| RHEL | 8.0 and later in the 8.x family<hr>9.0 and later in the 9.x family | x86_64<hr>x86_64 | Supported<hr>Supported | Supported<hr>Supported |
| Ubuntu | 22.04<hr>24.04 | x86_64<hr>x86_64 | Supported<hr>Supported on 2.18.0+ | Supported<hr>Supported |

{{</bootstrap-table>}}

Expand Down