Dockerfile: Add a maintainer label

... as mandated by the Fedora Container Guidelines:
https://fedoraproject.org/wiki/Container:Guidelines#LABELS
This commit is contained in:
Debarshi Ray 2018-09-18 16:06:55 +02:00
parent c9e1d585f0
commit a878a1fe40

View file

@ -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 /