Dockerfile: Add a maintainer label
... as mandated by the Fedora Container Guidelines: https://fedoraproject.org/wiki/Container:Guidelines#LABELS
This commit is contained in:
parent
c9e1d585f0
commit
a878a1fe40
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ ENV NAME=fedora-toolbox VERSION=28
|
|||
LABEL com.redhat.component="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
summary="Base image for creating Fedora toolbox containers"
|
||||
summary="Base image for creating Fedora toolbox containers" \
|
||||
maintainer="Debarshi Ray <rishi@fedoraproject.org>"
|
||||
|
||||
COPY README.md /
|
||||
|
||||
|
|
Loading…
Reference in a new issue