@@ -168,9 +168,7 @@ debian-image-nap-plus: build ## Create Docker image for Ingress Controller (Debi
168
168
169
169
.PHONY : debian-image-nap-v5-plus
170
170
debian-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
174
172
175
173
.PHONY : debian-image-dos-plus
176
174
debian-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
199
197
.PHONY : ubi-image-nap-v5-plus
200
198
ubi-image-nap-v5-plus : build # # Create Docker image for Ingress Controller (UBI with NGINX Plus and NGINX App Protect WAFv5)
201
199
$(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
204
201
205
202
.PHONY : ubi8-image-nap-v5-plus
206
203
ubi8-image-nap-v5-plus : build # # Create Docker image for Ingress Controller (UBI with NGINX Plus and NGINX App Protect WAFv5)
207
204
$(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
210
206
211
207
.PHONY : ubi-image-dos-plus
212
208
ubi-image-dos-plus : build # # Create Docker image for Ingress Controller (UBI with NGINX Plus and NGINX App Protect DoS)
0 commit comments