Makefile update

This patchset updates the makefile to use the same variables as
the other att-comdev Makefiles.

Change-Id: I3129e1627908ec50910091cf63bf8c7b7f1c85f8
This commit is contained in:
Stacey Fletcher 2018-03-07 12:09:35 -06:00
parent b3ea5de2b8
commit 610c4a8416
1 changed files with 3 additions and 2 deletions

View File

@ -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