Minor: meaningful default label

Making default label meaningful and conformant to "key=value" requirement.

Change-Id: I93e2254314775cd96d7eb31c6d696430c8871808
This commit is contained in:
Roman Gorshunov 2018-11-08 19:32:19 +01:00
parent ab8f98b543
commit 94df4daeb6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ NO_PROXY ?= localhost,127.0.0.1,.svc.cluster.local
USE_PROXY ?= false USE_PROXY ?= false
PUSH_IMAGE ?= false PUSH_IMAGE ?= false
# use this variable for image labels added in internal build process # 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) COMMIT ?= $(shell git rev-parse HEAD)
PYTHON = python3 PYTHON = python3
CHARTS := $(patsubst charts/%/.,%,$(wildcard charts/*/.)) CHARTS := $(patsubst charts/%/.,%,$(wildcard charts/*/.))