https://github.com/smartcat-labs/docker-opscenter
Docker file to build DataStax Enterprise OpsCenter
https://github.com/smartcat-labs/docker-opscenter
Last synced: 2 months ago
JSON representation
Docker file to build DataStax Enterprise OpsCenter
- Host: GitHub
- URL: https://github.com/smartcat-labs/docker-opscenter
- Owner: smartcat-labs
- Created: 2016-10-21T20:17:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T06:53:16.000Z (over 8 years ago)
- Last Synced: 2025-02-07T11:14:50.407Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image for DataStax Enterprise OpsCenter
This is Dockerfile which will build DataStax Enterprise OpsCenter image.
From version 6.x two major changes happen:
- OpsCenter is downloadable only with email and password for DSE customers
- OpsCenter is Java application and it was Python application previouslyAll Docker images on DockerHub are for 5.x version which is free for all Cassandra
users and it is Python application. This Dockerfile can be used to build image
for latest OpsCenter.## Build
```
docker build --build-arg DSE_USERNAME= --build-arg DSE_PASSWORD= --build-arg OPSCENTER_VERSION= -t opscenter: .
```
To build this image you need to specify three arguments:
- DSE_USERNAME - username of account which has DSE licence
- DSE_PASSWORD - password of account which has DSE licence
- OPSCENTER_VERSION - version of OpsCenter