"Bump RELEASE for automatic rebuild"
This commit is contained in:
parent
fd95f4eb45
commit
1c84bdec11
1 changed files with 1 additions and 12 deletions
13
Dockerfile
13
Dockerfile
|
|
@ -8,18 +8,7 @@ FROM registry.fedoraproject.org/fedora:rawhide
|
|||
|
||||
LABEL MAINTAINER "Tomas Repik" <trepik@redhat.com>
|
||||
|
||||
ENV NAME=cassandra \
|
||||
VERSION=0 \
|
||||
RELEASE=2 \
|
||||
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=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.'
|
||||
|
||||
LABEL summary="$SUMMARY" \
|
||||
description="$DESCRIPTION" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue