Skip to content

docs: Update Agent Supported Distributions and 3.0 Compatibility #839

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions content/agent/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This document provides technical specifications for NGINX Agent. It includes inf
{{< bootstrap-table "table table-striped table-bordered" >}}
| NGINX Product | Agent Version |
|------------------------------|----------------|
| **NGINX One Console** | 2.x |
| **NGINX One Console** | 2.x, 3.x |
| **NGINX Gateway Fabric** | 3.x |
| **NGINX Plus** | 2.x, 3.x |
| **NGINX Ingress Controller** | 2.x |
| **NGINX Ingress Controller** | 2.x, 3.x |
| **NGINX Instance Manager** | 2.x |
{{< /bootstrap-table >}}

Expand Down
19 changes: 17 additions & 2 deletions content/includes/agent/tech-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,27 @@ files:
---

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

### Supported distributions

{{< include "nginx-plus/supported-distributions.md" >}}
{{<bootstrap-table "table table-striped table-bordered">}}
| Distribution | Supported on Agent |
|-------------------------------------|------------------------------------------------------------------------------------------------------------|
| AlmaLinux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) **(new)** |
| 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) |
| Amazon Linux | 2023 (x86_64, aarch64) |
| Amazon Linux 2 | LTS (x86_64, aarch64) |
| CentOS | **Not supported** |
| Debian | 11 (x86_64, aarch64) <br> 12 (x86_64, aarch64) |
| FreeBSD | **Not supported** |
| Oracle Linux | 8.1+ (x86_64, aarch64) <br> 9 (x86_64) <br> 10 (x86_64) **(new)** |
| Red Hat Enterprise Linux (RHEL) | 8.1+ (x86_64, aarch64) <br> 9.0+ (x86_64, aarch64) <br> 10.0+ (x86_64, aarch64) **(new)** |
| Rocky Linux | 8 (x86_64, aarch64) <br> 9 (x86_64, aarch64) <br> 10 (x86_64, aarch64) **(new)** |
| SUSE Linux Enterprise Server (SLES) | 15 SP2+ (x86_64) |
| Ubuntu | 22.04 LTS (x86_64, aarch64) <br> 24.04 LTS (x86_64, aarch64) <br> 25.04 LTS (x86_64, aarch64) **(new)** |
{{</bootstrap-table>}}

To see the detailed technical specifications for NGINX Plus, refer to the official
[NGINX Plus documentation]({{< ref "/nginx/technical-specs.md" >}}).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ Use your system's package manager to install the package. Some examples:
sudo apk add nginx-agent-<agent-version>.apk
```

- FreeBSD

```shell
sudo pkg add nginx-agent-<agent-version>.pkg
```

### Manually connect NGINX Agent to NGINX One Console

{{< include "agent/installation/manually-connect-to-console" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ NGINX Agent from the repository.

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

</details>
<details>
<summary>{{< fa "brands fa-freebsd" >}} Install NGINX Agent on FreeBSD</summary>

### Install NGINX Agent on FreeBSD

{{< include "/agent/installation/oss/oss-freebsd.md" >}}

</details>

### Manually connect NGINX Agent to NGINX One Console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ NGINX Agent from the repository.

</details>

<details>
<summary>{{< fa "brands fa-freebsd" >}} Install NGINX Agent on FreeBSD</summary>

### Install NGINX Agent on FreeBSD<a name="install-nginx-agent-on-freebsd-plus"></a>

{{< include "/agent/installation/plus/plus-freebsd.md" >}}

</details>

### Manually connect NGINX Agent to NGINX One Console

{{< include "agent/installation/manually-connect-to-console" >}}
Expand Down
9 changes: 0 additions & 9 deletions content/nginx-one/agent/install-upgrade/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,3 @@ Complete the following steps on each host where you've installed NGINX Agent
{{< include "/agent/installation/uninstall/uninstall-amazon-linux.md" >}}

</details>

<details>
<summary>{{< fa "brands fa-freebsd" >}} Uninstall NGINX Agent on FreeBSD</summary>

### Uninstall NGINX Agent on FreeBSD

{{< include "/agent/installation/uninstall/uninstall-freebsd.md" >}}

</details>