Skip to content

Commit 844ae6e

Browse files
committed
remove custom agent v3 make target
1 parent cc233d2 commit 844ae6e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ alpine-image-nap-v5-plus-fips: build ## Create Docker image for Ingress Controll
160160
debian-image-plus: build ## Create Docker image for Ingress Controller (Debian with NGINX Plus)
161161
$(DOCKER_CMD) $(PLUS_ARGS) --build-arg BUILD_OS=debian-plus
162162

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-
169163
.PHONY: debian-image-nap-plus
170164
debian-image-nap-plus: build ## Create Docker image for Ingress Controller (Debian with NGINX Plus and NGINX App Protect WAF)
171165
$(DOCKER_CMD) $(PLUS_ARGS) --build-arg BUILD_OS=debian-plus-nap --build-arg NAP_MODULES=waf

0 commit comments

Comments
 (0)