Minor: meaningful default label
Making default label meaningful and conformant to "key=value" requirement. Change-Id: I720452da80a30d6cf21d8968abb2303629cd5f72
This commit is contained in:
parent
1c0485e3e6
commit
6935bc798e
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ NO_PROXY ?= localhost,127.0.0.1,.svc.cluster.local
|
||||
USE_PROXY ?= false
|
||||
PUSH_IMAGE ?= false
|
||||
# use this variable for image labels added in internal build process
|
||||
LABEL ?= com.internal
|
||||
LABEL ?= org.airshipit.build=community
|
||||
COMMIT ?= $(shell git rev-parse HEAD)
|
||||
IMAGE_NAME := maas-rack-controller maas-region-controller sstream-cache
|
||||
BUILD_DIR := $(shell mktemp -d)
|
||||
|
Loading…
Reference in New Issue
Block a user