From adf8ac58dd7b71fa48cd9ef54bffa6865a4a1779 Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Aug 26 2018 18:09:00 +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: Bhavin Gandhi --- diff --git a/Dockerfile b/Dockerfile index b49f8bc..f1fe9c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ FROM registry.fedoraproject.org/fedora:28 MAINTAINER "Jason Brooks" -ENV NAME=kubernetes-node VERSION=0 RELEASE=7 ARCH=x86_64 +ENV NAME=kubernetes-node VERSION=0 ARCH=x86_64 LABEL BZComponent="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="$RELEASE.$DISTTAG" \ architecture="$ARCH" RUN dnf -y update && dnf clean all