Implement Cassandra DB & PHP Extension (#2214)
* Implementing Cassandra DB & PHP Extension * Update documentation for Cassandra * Added Cassandra for testing CI
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
768f14b6dd
commit
1602ff2dd0
5
cassandra/Dockerfile
Normal file
5
cassandra/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
ARG CASSANDRA_VERSION=latest
|
||||
FROM bitnami/cassandra:${CASSANDRA_VERSION}
|
||||
|
||||
LABEL maintainer="Stefan Neuhaus <https://www.github.com/stefnats>"
|
||||
|
Reference in New Issue
Block a user