Skip to content

Commit 9378160

Browse files
Updated build script (#167)
1 parent 74087c0 commit 9378160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nginx-nms-docker/scripts/buildNIM.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Automated build:\n\n
1717
-C [file.crt]\t\t- Certificate file to pull packages from the official NGINX repository\n
1818
-K [file.key]\t\t- Key file to pull packages from the official NGINX repository\n
1919
-W\t\t\t- Enable Security Monitoring - optional\n
20-
-P [version]\t\t- Enable WAF policy compiler, version can be any [v3.1088.2|v4.100.1|v4.2.0|v4.218.0|v4.279.0|v4.402.0|v4.457.0|v4.583.0|v4.641|v4.762|v4.815.0|v5.17.0|v5.48.0] - optional\n\n
20+
-P [version]\t\t- Enable WAF policy compiler, version can be any [v3.1088.2|v4.100.1|v4.2.0|v4.218.0|v4.279.0|v4.402.0|v4.457.0|v4.583.0|v4.641|v4.762|v4.815.0|v5.17.0|v5.48.0|v5.144.0] - optional\n\n
2121
=== Examples:\n\n
2222
Manual build:\n
2323
\t$0 -t my-private-registry/nginx-instance-manager:2.15.1-nap-v4.815.0-manualbuild \\\\\\n
2424
\t\t-n nim-files/nms-instance-manager_2.15.1-1175574316~focal_amd64.deb \\\\\n
2525
\t\t-w nim-files/nms-sm_1.7.1-1046510610~focal_amd64.deb \\\\\n
2626
\t\t-p nim-files/nms-nap-compiler-v4.815.0_4.815.0-1~focal_amd64.deb\n\n
2727
Automated build:\n
28-
\t$0 -i -C nginx-repo.crt -K nginx-repo.key\n
29-
\t\t-W -P v4.583.0 -t my.registry.tld/nginx-nms:latest\n
28+
\t$0 -i -C nginx-repo.crt -K nginx-repo.key \\\\\n
29+
\t\t-W -P v5.144.0 -t my.registry.tld/nginx-nms:latest\n
3030
"
3131

3232
# Defaults

0 commit comments

Comments
 (0)