From 97fb4d7aca6d83719840120ba41c3a6d4fad1994 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Aug 20 2018 15:12:56 +0000 Subject: Drop Release label in favor of OSBS release_bump plugin. OSBS can automatically bump the release number, for that we just need to drop the label from the Dockerfile See https://pagure.io/ContainerSIG/container-sig/issue/1 Signed-off-by: Clement Verna --- diff --git a/Dockerfile b/Dockerfile index 7eb7b1c..5316c64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ FROM registry.fedoraproject.org/fedora:28 MAINTAINER "Stef Walter" -ENV VERSION=0 RELEASE=7 +ENV VERSION=0 LABEL BZComponent="cockpit" \ Name="$FGC/cockpit" \ Version="$VERSION" \ - Release="$RELEASE.$DISTTAG" \ Architecture="x86_64"