mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

* Update docker image for mongodb monitoring agent * Update docker image for mongodb backup agent * Update secret.yaml and documentation with GroupID requirement * Delete redundant lines from config file from entrypoint script * Rename secret and keys
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bigchaindb/mongodb-monitoring-agent:3.0 .
|
|
|
|
docker push bigchaindb/mongodb-monitoring-agent:3.0
|