Skip to content

Commit 7a968e5

Browse files
committed
remove unused build args
1 parent d9a7113 commit 7a968e5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ debian-image-nap-plus: build ## Create Docker image for Ingress Controller (Debi
168168

169169
.PHONY: debian-image-nap-v5-plus
170170
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
174172

175173
.PHONY: debian-image-dos-plus
176174
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
199197
.PHONY: ubi-image-nap-v5-plus
200198
ubi-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
206203
ubi8-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
212208
ubi-image-dos-plus: build ## Create Docker image for Ingress Controller (UBI with NGINX Plus and NGINX App Protect DoS)

0 commit comments

Comments
 (0)