@@ -168,9 +168,7 @@ debian-image-nap-plus: build ## Create Docker image for Ingress Controller (Debi
168168
169169.PHONY : debian-image-nap-v5-plus
170170debian-image-nap-v5-plus : build # # Create Docker image for Ingress Controller (Debian with NGINX Plus and NGINX App Protect WAFv5)
171- $(DOCKER_CMD ) $(PLUS_ARGS ) \
172- --build-arg BUILD_OS=debian-plus-nap-v5 \
173- --build-arg NAP_MODULES=waf
171+ $(DOCKER_CMD ) $(PLUS_ARGS ) --build-arg BUILD_OS=debian-plus-nap-v5
174172
175173.PHONY : debian-image-dos-plus
176174debian-image-dos-plus : build # # Create Docker image for Ingress Controller (Debian with NGINX Plus and NGINX App Protect DoS)
@@ -199,14 +197,12 @@ ubi8-image-nap-plus: build ## Create Docker image for Ingress Controller (UBI wi
199197.PHONY : ubi-image-nap-v5-plus
200198ubi-image-nap-v5-plus : build # # Create Docker image for Ingress Controller (UBI with NGINX Plus and NGINX App Protect WAFv5)
201199 $(DOCKER_CMD ) $(PLUS_ARGS ) --secret id=rhel_license,src=rhel_license \
202- --build-arg BUILD_OS=ubi-9-plus-nap-v5 \
203- --build-arg NAP_MODULES=waf
200+ --build-arg BUILD_OS=ubi-9-plus-nap-v5
204201
205202.PHONY : ubi8-image-nap-v5-plus
206203ubi8-image-nap-v5-plus : build # # Create Docker image for Ingress Controller (UBI with NGINX Plus and NGINX App Protect WAFv5)
207204 $(DOCKER_CMD ) $(PLUS_ARGS ) --secret id=rhel_license,src=rhel_license \
208- --build-arg BUILD_OS=ubi-8-plus-nap-v5 \
209- --build-arg NAP_MODULES=waf
205+ --build-arg BUILD_OS=ubi-8-plus-nap-v5
210206
211207.PHONY : ubi-image-dos-plus
212208ubi-image-dos-plus : build # # Create Docker image for Ingress Controller (UBI with NGINX Plus and NGINX App Protect DoS)
0 commit comments