Merge pull request #2019 from bigchaindb/storage-engine-fix

Fix storage-engine-cache size issue
This commit is contained in:
Ahmed Muawia Khan 2018-02-06 11:51:27 +01:00 committed by GitHub
commit b4acee0425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/mongodb:3.3 .
docker build -t bigchaindb/mongodb:3.4 .
docker push bigchaindb/mongodb:3.3
docker push bigchaindb/mongodb:3.4

View File

@ -9,6 +9,7 @@ MONGODB_CRL_FILE_PATH=""
REPLICA_SET_NAME=""
MONGODB_FQDN=""
MONGODB_IP=""
STORAGE_ENGINE_CACHE_SIZE=""
while [[ $# -gt 1 ]]; do
arg="$1"