Skip to content

Commit

Permalink
Merge pull request #182 from zalando/new-cassandra-releases-2017-10-11
Browse files Browse the repository at this point in the history
Update Cassandra packages to the latest released versions
  • Loading branch information
slitsche authored Oct 12, 2017
2 parents 3909785 + c7dd692 commit ccb7693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/Cassandra-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Zalando SE
# SSL Storage Port, JMX, Jolokia Agent, CQL Native
EXPOSE 7001 7199 8778 9042

ENV CASSIE_VERSION=2.1.18
ENV CASSIE_VERSION=2.1.19
ENV DEBIAN_FRONTEND=noninteractive

RUN echo "deb http://www.apache.org/dist/cassandra/debian 21x main" | tee -a /etc/apt/sources.list.d/apache.cassandra.list
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/Cassandra-3.0.x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Zalando SE
# SSL Storage Port, JMX, Jolokia Agent, CQL Native
EXPOSE 7001 7199 8778 9042

ENV CASSIE_VERSION=3.0.14
ENV CASSIE_VERSION=3.0.15
ENV DEBIAN_FRONTEND=noninteractive

RUN echo "deb http://www.apache.org/dist/cassandra/debian 30x main" | tee -a /etc/apt/sources.list.d/apache.cassandra.list
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/Cassandra-3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Zalando SE
# SSL Storage Port, JMX, Jolokia Agent, CQL Native
EXPOSE 7001 7199 8778 9042

ENV CASSIE_VERSION=3.11.0
ENV CASSIE_VERSION=3.11.1
ENV DEBIAN_FRONTEND=noninteractive

RUN echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | tee -a /etc/apt/sources.list.d/apache.cassandra.list
Expand Down

0 comments on commit ccb7693

Please sign in to comment.