diff --git a/Dockerfile b/Dockerfile index 63376a8..00a3caa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM registry.fedoraproject.org/fedora:31 ENV NAME=fedora-toolbox VERSION=31 -LABEL com.redhat.component="$NAME" \ +LABEL com.github.debarshiray.toolbox="true" \ + com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ usage="This image is meant to be used with the toolbox command" \