Minor: meaningful default label
Making default label meaningful and conformant to "key=value" requirement. Change-Id: Ibb915e3333d74f61742fbb9c4f3c7851d2fef040
This commit is contained in:
parent
348428ca32
commit
d7740b0f40
2
Makefile
2
Makefile
@ -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)
|
||||||
IMAGE ?= $(DOCKER_REGISTRY)/$(IMAGE_PREFIX)/$(IMAGE_NAME):$(IMAGE_TAG)
|
IMAGE ?= $(DOCKER_REGISTRY)/$(IMAGE_PREFIX)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||||
PYTHON_BASE_IMAGE ?= python:3.6
|
PYTHON_BASE_IMAGE ?= python:3.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user