Dockerfile: Add a usage label

... as mandated by the Fedora Container Guidelines:
https://fedoraproject.org/wiki/Container:Guidelines#LABELS
This commit is contained in:
Debarshi Ray 2018-09-24 17:16:13 +02:00
parent 31a3469fa9
commit 188e625dcb

View file

@ -4,6 +4,7 @@ ENV NAME=fedora-toolbox VERSION=28
LABEL com.redhat.component="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \
usage="This image is meant to be used with the fedora-toolbox command" \
summary="Base image for creating Fedora toolbox containers" \
maintainer="Debarshi Ray <rishi@fedoraproject.org>"