From fccc0ad0cfa9f41a932d088ccbd53f4778ebe464 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Oct 10 2019 14:02:22 +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 ccbee63..6252478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM registry.fedoraproject.org/fedora:32 ENV NAME=fedora-toolbox VERSION=32 -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" \