You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,23 @@ Examples:
45
45
*`nginx`
46
46
*`apache-alpine`
47
47
48
+
### LTS Tags
49
+
50
+
LTS (Long-Term Support) tags are stable tags pointing to a designated LTS release. They are updated less frequently than stable tags and are intended for users who prioritize stability over new features.
51
+
52
+
LTS Tags are composed of:
53
+
* CRS version, in the format `<minor>` or `<minor>.<patch>`
54
+
* web server variant
55
+
* OS variant (optional)
56
+
*`lts` suffix
57
+
58
+
The LTS tag format is `<CRS version>-<web server>[-<os>]-lts`.
59
+
Examples:
60
+
*`4.25-nginx-lts`
61
+
*`4.25.0-nginx-lts`
62
+
*`4.25-apache-lts`
63
+
*`4.25.0-apache-alpine-lts`
64
+
48
65
## OS Variants
49
66
50
67
* nginx – *latest stable ModSecurity v3 on Nginx 1.28.2 official stable base image, and latest stable OWASP CRS 4.25.0*
0 commit comments