Skip to content

Commit 2df3f9a

Browse files
ADubhlaoichmouraddmeiriohad-peretsmikegoltsmanmjang
authored
NGINX App Protect 5.5 release (#112)
* Add documentation for UDS converter in NAP5 (#110) * feat: Add Alpine 1.19 support to NGINX App Protect WAF documentation (#109) As part of the NGINX App Protect WAF 5.5 release, Alpine 1.19 support has been added. This commit updates the relevant sections of documentation that mention Alpine support, while also fixing up the metadata for some related pages. * Update configuration.md with bf section (#115) add brute force configuration * WAF enforcer-only upgrade comment (#116) * Update Generated Documentation (#118) doc: Update policy schema Compiler 11.246.0-nap-release-4-13-0-13336475 (7fab3dc1) * feat: Additional updates/fixes for NAP 5.5 release (#121) * Update install.md (#122) fix some alpine v4 misses * Add directory warning, fix UDS issue (#124) * feat: Add Update App Protect Signatures placeholder section (#125) * feat: Add 5.5/4.13 release note placeholders, update frontmatter (#126) * Update policy.html (#127) * Update policy.html * Update policy.html fix some lines and remove more tables * Update policy.html clean the code * feat: Remove deprecated NAP EA theme files, update release notes (#133) * Update install.md (#134) resharp the comment for an upgrade to a specific version of AS/BS/TC * Update compiler.md (#137) adding a note to upgrade to a specific version * Update configuration.md (#144) * Ohad perets patch 3 (fixing some PM comments) (#149) * Update about-4.13.md * Update about-5.5.md * Update compiler.md * feat: Update versioning based on feedback * Update about-5.5.md (#150) * feat: Update 5.5 release note link for user-defined signatures * Update about-4.13.md (#151) * Update configuration.md (#152) * Update configuration.md (#153) --------- Co-authored-by: mouraddmeiri <[email protected]> Co-authored-by: ohad-perets <[email protected]> Co-authored-by: mikegoltsman <[email protected]> Co-authored-by: Mike Jang <[email protected]>
1 parent 9d21514 commit 2df3f9a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1850
-551
lines changed

content/includes/nap-waf/config/v5/build-nginx-image-oss/build-alpine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
```dockerfile
22
# syntax=docker/dockerfile:1
33

4-
# Supported OS_VER's are 3.16/3.17
5-
ARG OS_VER="3.17"
4+
# Supported OS_VER's are 3.16/3.17/3.19
5+
ARG OS_VER="3.19"
66

77
# Base image
88
FROM alpine:${OS_VER}

content/includes/nap-waf/config/v5/build-nginx-image-plus/build-alpine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
```dockerfile
22
# syntax=docker/dockerfile:1
33

4-
# Supported OS_VER's are 3.16/3.17
5-
ARG OS_VER="3.17"
4+
# Supported OS_VER's are 3.16/3.17/3.19
5+
ARG OS_VER="3.19"
66

77
# Base image
88
FROM alpine:${OS_VER}

0 commit comments

Comments
 (0)