1602ff2dd0
* Implementing Cassandra DB & PHP Extension * Update documentation for Cassandra * Added Cassandra for testing CI
6 lines
143 B
Docker
6 lines
143 B
Docker
ARG CASSANDRA_VERSION=latest
|
|
FROM bitnami/cassandra:${CASSANDRA_VERSION}
|
|
|
|
LABEL maintainer="Stefan Neuhaus <https://www.github.com/stefnats>"
|
|
|