From b0d3ea12f50aa3850249f4a55ad84755d09fb79d Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Aug 20 2018 15:40:28 +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 3ed87e3..1cc28b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ FROM registry.fedoraproject.org/fedora:rawhide MAINTAINER "Randy Barlow" -ENV NAME=docker-distribution VERSION=2.6.2 RELEASE=1 ARCH=x86_64 +ENV NAME=docker-distribution VERSION=2.6.2 ARCH=x86_64 LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ - Release="$RELEASE.$DISTTAG" \ Architecture="$ARCH" RUN dnf install -y docker-distribution-2.6.2 && dnf clean all