Skip to content

Commit

Permalink
Switched the Cassandra Schema image to use the official image as base…
Browse files Browse the repository at this point in the history
… image
  • Loading branch information
jpkrohling committed Jul 18, 2017
1 parent 3bd1686 commit 4f6d8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions plugin/storage/cassandra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# TODO: replace this by the final Cassandra image
FROM jpkroehling/cassandra
FROM cassandra:3.11

COPY schema/* /cassandra-schema/

Expand Down
2 changes: 1 addition & 1 deletion plugin/storage/cassandra/schema/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is used in the Docker image jaegertracing/jaeger-cassandra-schema
# that allows installing Jaeger keyspace and schema without installing cqlsh.

CQLSH=/opt/apache-cassandra-3.0.12/bin/cqlsh
CQLSH=/usr/bin/cqlsh
CQLSH_HOST=${CQLSH_HOST:-"cassandra"}
CASSANDRA_WAIT_TIMEOUT=${CASSANDRA_WAIT_TIMEOUT:-"60"}
DATACENTER=${DATACENTER:-"dc1"}
Expand Down

0 comments on commit 4f6d8a4

Please sign in to comment.