Skip to content

Commit 4222f54

Browse files
authored
Use official cassandra docker image (#1598)
Use the official cassandra docker image. This should hopefully fix the flakiness we've been seeing in our CI with cassandra. Fixes #1513
1 parent d712793 commit 4222f54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ datadog_agent_image: &datadog_agent_image datadog/docker-dd-agent:latest
1717
redis_image: &redis_image redis:4.0-alpine
1818
rediscluster_image: &rediscluster_image grokzen/redis-cluster:4.0.9
1919
memcached_image: &memcached_image memcached:1.5-alpine
20-
cassandra_image: &cassandra_image spotify/cassandra:latest
20+
cassandra_image: &cassandra_image cassandra:3.11.7
2121
consul_image: &consul_image consul:1.6.0
2222
moto_image: &moto_image palazzem/moto:1.0.1
2323
elasticsearch_image: &elasticsearch_image elasticsearch:2.3

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
ports:
88
- "127.0.0.1:9200:9200"
99
cassandra:
10-
image: spotify/cassandra:latest
10+
image: cassandra:3.11.7
1111
environment:
1212
- MAX_HEAP_SIZE=512M
1313
- HEAP_NEWSIZE=256M

0 commit comments

Comments
 (0)