Dockerfile: Add a usage label
... as mandated by the Fedora Container Guidelines: https://fedoraproject.org/wiki/Container:Guidelines#LABELS
This commit is contained in:
parent
31a3469fa9
commit
188e625dcb
1 changed files with 1 additions and 0 deletions
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue