Container name should have the FGC(fxx) variable defined
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
87c5122b08
commit
b5a250d3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora:28
|
|||
|
||||
ENV VERSION=0 RELEASE=5 ARCH=x86_64
|
||||
LABEL com.redhat.component="docker" \
|
||||
name="docker" \
|
||||
name="$FGC/docker" \
|
||||
version="$VERSION" \
|
||||
release="$RELEASE.$DISTTAG" \
|
||||
architecture="$ARCH" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue