#1 Drop Release label in favor of OSBS release_bump plugin.
Merged 5 years ago by acaringi. Opened 5 years ago by cverna.
container/ cverna/cassandra master  into  master

file modified
-2
@@ -10,7 +10,6 @@ 

  

  ENV NAME=cassandra \

      VERSION=0 \

-     RELEASE=3 \

      ARCH=x86_64 \

      SUMMARY="Cassandra is an OpenSource database for high-scale application" \

      DESCRIPTION="Cassandra is a partitioned row store. Rows are organized \
@@ -26,7 +25,6 @@ 

        com.redhat.component="$NAME" \

        name="$FGC/$NAME" \

        version=0 \

-       release="$RELEASE.$DISTTAG" \

        architecture="$ARCH" \

        usage="docker run cassandra" \

        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

Pull-Request has been merged by acaringi

5 years ago