fix bzcomponent label

This commit is contained in:
Jason Brooks 2017-03-02 22:47:04 -08:00
commit bf59c0dc23

View file

@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/f25/kubernetes-master:latest
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
ENV NAME=kube-controller-manager VERSION=0.1 RELEASE=2 ARCH=x86_64
LABEL BZComponent="kubernetes" \
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \
Release="$RELEASE.$DISTTAG" \