lingsamuel commented on code in PR #967:
URL:
https://github.com/apache/apisix-ingress-controller/pull/967#discussion_r857082518
##########
Makefile:
##########
@@ -84,6 +84,14 @@ ifeq ("$(wildcard $(GINKGO))", "")
exit 1
endif
+
+### push-ingress-images: Build and push Ingress image used in e2e test suites
to kind or custom registry.
+.PHONY: push-ingress-images
+push-ingress-images:
+ docker build -t apache/apisix-ingress-controller:$(IMAGE_TAG)
--build-arg ENABLE_PROXY=$(ENABLE_PROXY) .
Review Comment:
`build-image` uses `ENABLE_PROXY=true`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]