Use new variant of the labels
This commit is contained in:
parent
48bfeb1a65
commit
3b0cc245fd
1 changed files with 7 additions and 7 deletions
14
Dockerfile
14
Dockerfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue