Don't have space in label assignment

This commit is contained in:
Marek Skalický 2017-05-10 14:08:10 +02:00
commit 69e4f48c6a

View file

@ -6,7 +6,7 @@ ENV NAME=mongodb \
RELEASE=1 \
ARCH=x86_64
LABEL com.redhat.component = "$NAME" \
LABEL com.redhat.component="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \