Remove $FGC from Dockerfile
This commit is contained in:
parent
a3e6c67270
commit
67e6b820db
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ LABEL summary="$SUMMARY" \
|
||||||
io.openshift.expose-services="8080:http" \
|
io.openshift.expose-services="8080:http" \
|
||||||
io.openshift.tags="builder,python,python36,rh-python36" \
|
io.openshift.tags="builder,python,python36,rh-python36" \
|
||||||
com.redhat.component="$NAME" \
|
com.redhat.component="$NAME" \
|
||||||
name="$FGC/$NAME" \
|
name="$NAME" \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
release="$RELEASE.$DISTTAG" \
|
release="$RELEASE.$DISTTAG" \
|
||||||
architecture="$ARCH" \
|
architecture="$ARCH" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue