From 865ba466c62537caf67922d6306cc363f463e0c3 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Aug 27 2018 07:45:30 +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..33bd624 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,13 @@ -FROM registry.fedoraproject.org/fedora:rawhide +FROM registry.fedoraproject.org/fedora:29 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"