Skip to content
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is no longer in use.

See the new set of Dockerfiles in the folder /content/include/waf/dockerfiles/.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```dockerfile
# syntax=docker/dockerfile:1

# Supported OS_VER's are 3.16/3.17/3.19
# Set to one of the supported versions
ARG OS_VER="3.19"

# Base image
Expand Down
12 changes: 12 additions & 0 deletions content/waf/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ This changelog lists all of the information for F5 WAF for NGINX releases in 202

For older releases, check the changelogs for previous years: [2024]({{< ref "/waf/changelog/2024.md" >}}).

## F5 WAF for NGINX 5.10

_November 18th, 2025_

### New features

- TBD

### Important notes

- Alpine 3.19 is no longer supported

## F5 WAF for NGINX 5.9

_September 29th, 2025_
Expand Down
1 change: 0 additions & 1 deletion content/waf/fundamentals/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ You can deploy F5 WAF for NGINX in the following environments:

| Distribution | Version |
| ------------------ | ------------ |
| Alpine Linux | 3.19 |
| Amazon Linux | 2023 |
| Debian | 11, 12 |
| Oracle Linux | 8.1 |
Expand Down
16 changes: 8 additions & 8 deletions content/waf/policies/ip-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ To enable IP intelligence on a virtual machine or bare metal installation, you m

Review the [virtual machine installation instructions]({{< ref "/waf/install/virtual-environment.md" >}}) for information on how to use the package manager for a specific operating system.

| Operating system | Package name |
| ----------------------------------- | ----------------------------- |
| Alpine Linux | _app-protect-ip-intelligence_ |
| Amazon Linux | _app-protect-ip-intelligence_ |
| Debian | _app-protect-ip-intelligence_ |
| Oracle Linux / RHEL / Rocky Linux 8 | _app-protect-ip-intelligence_ |
| Ubuntu | _app-protect-ip-intelligence_ |
| RHEL / Rocky Linux 9 | _app-protect-ip-intelligence_ |
| Operating system | Install command |
| ----------------------------------- | --------------------------------------- |
| Alpine Linux | apk add app-protect-ip-intelligence |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think that there is no alpine on that version...

| Amazon Linux | dnf install app-protect-ip-intelligence |
| Debian | apt install app-protect-ip-intelligence |
| Oracle Linux / RHEL / Rocky Linux 8 | dnf install app-protect-ip-intelligence |
| Ubuntu | apt install app-protect-ip-intelligence |
| RHEL / Rocky Linux 9 | dnf install app-protect-ip-intelligence |

After installing the package, run the client:

Expand Down