From 789142ec7b3fd815a5ec0f64d45154da1ba69ef6 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 27 Aug 2018 10:22:17 +0200 Subject: [PATCH] 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 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98d3709..f1f5c94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ FROM registry.fedoraproject.org/fedora:28 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.4 RELEASE=8 ARCH=noarch +ENV NAME=python-classroom VERSION=0.4 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ - Release="$RELEASE.$DISTTAG" \ Architecture="$ARCH" \ Summary="Ready to use container for teaching and learning Python"