From c771d69fe6038dc613950610282a515649e713d2 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Oct 10 2019 14:04:43 +0000 Subject: Update the label for tagging to reflect the project's new home https://github.com/containers/toolbox/pull/293 --- diff --git a/Dockerfile b/Dockerfile index a9df9a6..e6bab3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM registry.fedoraproject.org/fedora:31 ENV NAME=fedora-toolbox VERSION=31 -LABEL com.github.debarshiray.toolbox="true" \ +LABEL com.github.containers.toolbox="true" \ + com.github.debarshiray.toolbox="true" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \