From 188e625dcba594159f18d4494caeccf435de638e Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 24 Sep 2018 17:16:13 +0200 Subject: [PATCH] Dockerfile: Add a usage label ... as mandated by the Fedora Container Guidelines: https://fedoraproject.org/wiki/Container:Guidelines#LABELS --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3086bde..509452f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 "