From 4bdf30b41c5e0f05b6b69966096b6097e961037b Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 20 Aug 2018 19:45:56 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba99328..03727dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ LABEL MAINTAINER "Petr Hracek" LABEL summary="HAProxy reverse proxy for high availability environments." \ name="$FGC/$NAME" \ version="0" \ - release="1.$DISTTAG" \ architecture="$ARCH" \ com.redhat.component=$NAME \ usage="docker run -p 80:80 docker.io/modularityimages/haproxy" \