#2 Drop Release label in favor of OSBS release_bump plugin.
Opened 5 years ago by cverna. Modified 5 years ago
container/ cverna/mongodb f28  into  f28

file modified
+1 -3
@@ -1,15 +1,13 @@ 

- FROM registry.fedoraproject.org/fedora:rawhide

+ FROM registry.fedoraproject.org/fedora:28

  LABEL MAINTAINER SoftwareCollections.org <sclorg@redhat.com>

  

  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"

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 cverna@tutanota.com

Metadata