File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,6 @@ alpine-image-nap-v5-plus-fips: build ## Create Docker image for Ingress Controll
160
160
debian-image-plus : build # # Create Docker image for Ingress Controller (Debian with NGINX Plus)
161
161
$(DOCKER_CMD ) $(PLUS_ARGS ) --build-arg BUILD_OS=debian-plus
162
162
163
- .PHONY : debian-image-agentv3-plus
164
- debian-image-agentv3-plus : build # # Create Docker image for Ingress Controller (Debian with NGINX Plus, Agent v3 and NGINX App Protect WAFv5)
165
- $(DOCKER_CMD ) $(PLUS_ARGS ) \
166
- --build-arg BUILD_OS=agent-v3-plus \
167
- --build-arg NGINX_AGENT=$(NGINX_AGENT )
168
-
169
163
.PHONY : debian-image-nap-plus
170
164
debian-image-nap-plus : build # # Create Docker image for Ingress Controller (Debian with NGINX Plus and NGINX App Protect WAF)
171
165
$(DOCKER_CMD ) $(PLUS_ARGS ) --build-arg BUILD_OS=debian-plus-nap --build-arg NAP_MODULES=waf
You can’t perform that action at this time.
0 commit comments