Skip to content

Commit 66c5da1

Browse files
committed
docs: update supported OS's and compatibility
1 parent 005e32b commit 66c5da1

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

content/agent/technical-specifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This document provides technical specifications for NGINX Agent. It includes inf
1414
{{< bootstrap-table "table table-striped table-bordered" >}}
1515
| NGINX Product | Agent Version |
1616
|------------------------------|----------------|
17-
| **NGINX One Console** | 2.x |
17+
| **NGINX One Console** | 2.x, 3.x |
1818
| **NGINX Gateway Fabric** | 3.x |
1919
| **NGINX Plus** | 2.x, 3.x |
20-
| **NGINX Ingress Controller** | 2.x |
20+
| **NGINX Ingress Controller** | 2.x, 3.x |
2121
| **NGINX Instance Manager** | 2.x |
2222
{{< /bootstrap-table >}}
2323

content/includes/agent/tech-specs.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,27 @@ files:
66
---
77

88
NGINX Agent is designed to operate efficiently on any system that meets the standard
9-
hardware requirements for running NGINX Plus itself. This ensures compatibility, stability,
9+
hardware requirements for running NGINX itself. This ensures compatibility, stability,
1010
and performance aligned with the NGINX core platform:
1111

1212
### Supported distributions
1313

14-
{{< include "nginx-plus/supported-distributions.md" >}}
14+
{{<bootstrap-table "table table-striped table-bordered">}}
15+
| Distribution | Supported on Agent |
16+
|-------------------------------------|------------------------------------------------------------------------------------------------------------|
17+
| AlmaLinux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) **(new)** |
18+
| Alpine Linux | 3.19 (x86_64, aarch64) <br> 3.20 (x86_64, aarch64) <br> 3.21 (x86_64, aarch64) <br> 3.22 (x86_64, aarch64) |
19+
| Amazon Linux | 2023 (x86_64, aarch64) |
20+
| Amazon Linux 2 | LTS (x86_64, aarch64) |
21+
| CentOS | **Not supported** |
22+
| Debian | 11 (x86_64, aarch64) <br> 12 (x86_64, aarch64) |
23+
| FreeBSD | **Not supported** |
24+
| Oracle Linux | 8.1+ (x86_64, aarch64) <br> 9 (x86_64) <br> 10 (x86_64) **(new)** |
25+
| Red Hat Enterprise Linux (RHEL) | 8.1+ (x86_64, aarch64) <br> 9.0+ (x86_64, aarch64) <br> 10.0+ (x86_64, aarch64) **(new)** |
26+
| Rocky Linux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) **(new)** |
27+
| SUSE Linux Enterprise Server (SLES) | 15 SP2+ (x86_64) |
28+
| Ubuntu | 22.04 LTS (x86_64, aarch64) <br> 24.04 LTS (x86_64, aarch64) <br> 25.04 LTS (x86_64, aarch64) **(new)** |
29+
{{</bootstrap-table>}}
1530

1631
To see the detailed technical specifications for NGINX Plus, refer to the official
1732
[NGINX Plus documentation]({{< ref "/nginx/technical-specs.md" >}}).

0 commit comments

Comments
 (0)