You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/03 01:27:42 UTC

[GitHub] [apisix-ingress-controller] lingsamuel commented on a change in pull request #896: feat: support custom registry for e2e test

lingsamuel commented on a change in pull request #896:
URL: https://github.com/apache/apisix-ingress-controller/pull/896#discussion_r818239373



##########
File path: Makefile
##########
@@ -19,6 +19,7 @@ default: help
 VERSION ?= 1.4.0
 RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
 LOCAL_REGISTRY="localhost:5000"
+CUSTOM_REGISTRY ?= ""

Review comment:
       Instead of using a new environment variable, can we change the old one to a more generic name? The new variable does not seem necessary.




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org