From 57f298d0ef4f23e5b4fec8b3b39ad4b141d1056c Mon Sep 17 00:00:00 2001 From: Mourad Dmeiri Date: Thu, 23 Oct 2025 11:06:46 +0000 Subject: [PATCH] chore: deprecate support for Alpine 3.19 --- .../v5/build-nginx-image-oss/build-alpine.md | 2 +- content/waf/changelog/_index.md | 12 ++++++++++++ .../waf/fundamentals/technical-specifications.md | 1 - content/waf/policies/ip-intelligence.md | 16 ++++++++-------- 4 files changed, 21 insertions(+), 10 deletions(-) diff --git a/content/includes/nap-waf/config/v5/build-nginx-image-oss/build-alpine.md b/content/includes/nap-waf/config/v5/build-nginx-image-oss/build-alpine.md index f843ec59b..a0b7b4c56 100644 --- a/content/includes/nap-waf/config/v5/build-nginx-image-oss/build-alpine.md +++ b/content/includes/nap-waf/config/v5/build-nginx-image-oss/build-alpine.md @@ -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 diff --git a/content/waf/changelog/_index.md b/content/waf/changelog/_index.md index 32d6ba815..7eac7d1b2 100644 --- a/content/waf/changelog/_index.md +++ b/content/waf/changelog/_index.md @@ -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_ diff --git a/content/waf/fundamentals/technical-specifications.md b/content/waf/fundamentals/technical-specifications.md index 514eafddf..70b6ef11d 100644 --- a/content/waf/fundamentals/technical-specifications.md +++ b/content/waf/fundamentals/technical-specifications.md @@ -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 | diff --git a/content/waf/policies/ip-intelligence.md b/content/waf/policies/ip-intelligence.md index e5a77bff2..aafc77f4c 100644 --- a/content/waf/policies/ip-intelligence.md +++ b/content/waf/policies/ip-intelligence.md @@ -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 | +| 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: