From 6d8628ea22652209105f77659f2d2707fccf891c Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: May 21 2018 14:18:32 +0000 Subject: "Bump RELEASE for automatic rebuild" --- diff --git a/Dockerfile b/Dockerfile index 0bd907f..3965479 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,18 +8,7 @@ FROM registry.fedoraproject.org/fedora:28 LABEL MAINTAINER "Augusto Caringi" -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 \ -into tables with a required primary key. Partitioning means that Cassandra can \ -distribute your data across multiple machines in an application-transparent \ -matter. Cassandra will automatically re-partition as machines are \ -added/removed from the cluster. Row store means that like relational \ -databases, Cassandra organizes data by rows and columns. The Cassandra Query \ -Language (CQL) is a close relative of SQL." +ENV NAME=cassandra VERSION=0 RELEASE=4 ARCH=x86_64 SUMMARY="Cassandra is an OpenSource database for high-scale application" DESCRIPTION="Cassandra is a partitioned row store. Rows are organized into tables with a required primary key. Partitioning means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically re-partition as machines are added/removed from the cluster. Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL." LABEL summary="$SUMMARY" \ description="$DESCRIPTION" \