From 8621e440c7e15c2ef18dbd31f13c32671b90658a Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Thu, 8 Nov 2018 19:32:19 +0100 Subject: [PATCH] Minor: meaningful default label Making default label meaningful and conformant to "key=value" requirement. Change-Id: I19886ea8bc9a1a3a164ee1ab0d8adfc831af02c1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de2ba7e7..098c9bd2 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ IMAGE_PREFIX ?= airshipit IMAGE_TAG ?= untagged IMAGE_NAME := airflow shipyard # 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) DOCKER_REGISTRY ?= quay.io