Skip to content

Commit

Permalink
Updated build script (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci authored Oct 23, 2024
1 parent 74087c0 commit 9378160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx-nms-docker/scripts/buildNIM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ Automated build:\n\n
-C [file.crt]\t\t- Certificate file to pull packages from the official NGINX repository\n
-K [file.key]\t\t- Key file to pull packages from the official NGINX repository\n
-W\t\t\t- Enable Security Monitoring - optional\n
-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
-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
=== Examples:\n\n
Manual build:\n
\t$0 -t my-private-registry/nginx-instance-manager:2.15.1-nap-v4.815.0-manualbuild \\\\\\n
\t\t-n nim-files/nms-instance-manager_2.15.1-1175574316~focal_amd64.deb \\\\\n
\t\t-w nim-files/nms-sm_1.7.1-1046510610~focal_amd64.deb \\\\\n
\t\t-p nim-files/nms-nap-compiler-v4.815.0_4.815.0-1~focal_amd64.deb\n\n
Automated build:\n
\t$0 -i -C nginx-repo.crt -K nginx-repo.key\n
\t\t-W -P v4.583.0 -t my.registry.tld/nginx-nms:latest\n
\t$0 -i -C nginx-repo.crt -K nginx-repo.key \\\\\n
\t\t-W -P v5.144.0 -t my.registry.tld/nginx-nms:latest\n
"

# Defaults
Expand Down

0 comments on commit 9378160

Please sign in to comment.