Allow overriding the tag and registry

The same way it is possible in controllers/nginx/Makefile
This commit is contained in:
Albert Vaca 2017-09-26 23:11:25 +02:00 committed by GitHub
parent 7a7d3afc87
commit ea7771ead9

View file

@ -13,8 +13,8 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG = 0.25
REGISTRY = gcr.io/google_containers
TAG ?= 0.25
REGISTRY ?= gcr.io/google_containers
ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le