Use new variant of the labels

This commit is contained in:
Honza Horak 2017-05-16 14:29:57 +02:00
commit 3b0cc245fd

View file

@ -9,13 +9,13 @@ ENV NAME=python \
RELEASE=1 \
ARCH=x86_64
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \
Release="$RELEASE.$DISTTAG" \
Architecture="$ARCH" \
Usage="s2i build file:///your/app 25/python your-app" \
Help="help.1"
LABEL com.redhat.component="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
usage="s2i build file:///your/app 25/python your-app" \
help="help.1"
EXPOSE 8080