DataStax Enterprise running in a Docker container. Contains startup scripts to bootstrap the CQL and DSE Search resources needed by the KillrVideo app. Based on the official DSE image from Docker Hub.
The ./build
folder contains a number of scripts to help with builds and releases. Continuous
integration builds are done by Travis and any commits that are tagged will also automatically
be released to the Docker Hub page. We try to follow semantic versioning,
however the version numbering is not related to what version of DSE we're using. For example,
version 1.0.0
uses DSE version 4.8.10
, while version 2.0.0
uses DSE version 5.1.0
.
Note: this image is no longer actively used in the KillrVideo project. Instead, KillrVideo configurations use the official DataStax Server image without modification, and a separate image called killrvideo-dse-config to perform schema loading.