Skip to content

Commit eea31dd

Browse files
authored
docs: Update Agent Supported Distributions and 3.0 Compatibility (#839)
* docs: update supported OS's and compatibility, remove freebsd agent support
1 parent fa4a57f commit eea31dd

File tree

5 files changed

+17
-34
lines changed

5 files changed

+17
-34
lines changed

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" >}}).

content/nginx-one/agent/install-upgrade/install-from-github.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ Use your system's package manager to install the package. Some examples:
5454
sudo apk add nginx-agent-<agent-version>.apk
5555
```
5656

57-
- FreeBSD
58-
59-
```shell
60-
sudo pkg add nginx-agent-<agent-version>.pkg
61-
```
62-
6357
### Manually connect NGINX Agent to NGINX One Console
6458

6559
{{< include "agent/installation/manually-connect-to-console" >}}

content/nginx-one/agent/install-upgrade/install-from-oss-repo.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ NGINX Agent from the repository.
8181

8282
{{< include "/agent/installation/oss/oss-amazon-linux.md" >}}
8383

84-
</details>
85-
<details>
86-
<summary>{{< fa "brands fa-freebsd" >}} Install NGINX Agent on FreeBSD</summary>
87-
88-
### Install NGINX Agent on FreeBSD
89-
90-
{{< include "/agent/installation/oss/oss-freebsd.md" >}}
91-
9284
</details>
9385

9486
### Manually connect NGINX Agent to NGINX One Console

content/nginx-one/agent/install-upgrade/install-from-plus-repo.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,6 @@ NGINX Agent from the repository.
8383

8484
</details>
8585

86-
<details>
87-
<summary>{{< fa "brands fa-freebsd" >}} Install NGINX Agent on FreeBSD</summary>
88-
89-
### Install NGINX Agent on FreeBSD<a name="install-nginx-agent-on-freebsd-plus"></a>
90-
91-
{{< include "/agent/installation/plus/plus-freebsd.md" >}}
92-
93-
</details>
94-
9586
### Manually connect NGINX Agent to NGINX One Console
9687

9788
{{< include "agent/installation/manually-connect-to-console" >}}

content/nginx-one/agent/install-upgrade/uninstall.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,3 @@ Complete the following steps on each host where you've installed NGINX Agent
7171
{{< include "/agent/installation/uninstall/uninstall-amazon-linux.md" >}}
7272

7373
</details>
74-
75-
<details>
76-
<summary>{{< fa "brands fa-freebsd" >}} Uninstall NGINX Agent on FreeBSD</summary>
77-
78-
### Uninstall NGINX Agent on FreeBSD
79-
80-
{{< include "/agent/installation/uninstall/uninstall-freebsd.md" >}}
81-
82-
</details>

0 commit comments

Comments
 (0)