From 9710dfcfdda7da119d54663b88e8c374ebef15aa Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Aug 27 2018 07:44:55 +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 28f3dd8..b7d6707 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,13 @@ -FROM registry.fedoraproject.org/fedora:rawhide +FROM registry.fedoraproject.org/fedora:28 LABEL MAINTAINER SoftwareCollections.org ENV NAME=mongodb \ VERSION=0 \ - RELEASE=1 \ ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="$RELEASE.$DISTTAG" \ architecture="$ARCH" \ usage="docker run -d -e MONGODB_ADMIN_PASSWORD=my_pass $FGC/$NAME" \ help="help.1"