From 610c4a841639176d050da40429e3ba9204488a9b Mon Sep 17 00:00:00 2001 From: Stacey Fletcher Date: Wed, 7 Mar 2018 12:09:35 -0600 Subject: [PATCH] Makefile update This patchset updates the makefile to use the same variables as the other att-comdev Makefiles. Change-Id: I3129e1627908ec50910091cf63bf8c7b7f1c85f8 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a2a9d950..1f177246 100644 --- a/Makefile +++ b/Makefile @@ -14,14 +14,15 @@ PEGLEG_BUILD_CTX ?= src/bin/pegleg IMAGE_NAME ?= pegleg -DOCKER_REGISTRY ?= attcomdev +IMAGE_PREFIX ?= attcomdev +DOCKER_REGISTRY ?= quay.io IMAGE_TAG ?= latest HELM ?= helm PROXY ?= http://proxy_url USE_PROXY ?= false PUSH_IMAGE ?= false LABEL ?= commit-id -IMAGE ?= $(IMAGE_PREFIX)/$(PEGLEG_IMAGE_NAME):$(IMAGE_TAG) +IMAGE ?= $(DOCKER_REGISTRY)/$(IMAGE_PREFIX)/$(IMAGE_NAME):$(IMAGE_TAG) export # Build all docker images for this project