Problem: Docker images of tendermint/tendermint:0.19.7 tagged but not updated in bdb (#2335)

This commit is contained in:
Muawia Khan
2018-06-04 16:10:50 +02:00
committed by Troy McConaghy
parent 241db4ee48
commit fa72b722f7
7 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ $ curl -fOL https://raw.githubusercontent.com/bigchaindb/bigchaindb/${GIT_BRANCH
## Quick Start
If you run `stack.sh` out of the box i.e. without any configuration changes, you will be able to deploy a 4 node
BigchainDB network with Docker containers, created from `master` branch of `bigchaindb/bigchaindb` repo and Tendermint version `0.19.2`.
BigchainDB network with Docker containers, created from `master` branch of `bigchaindb/bigchaindb` repo and Tendermint version `0.19.7`.
**Note**: Run `stack.sh` with either root or non-root user with sudo enabled.
@@ -90,7 +90,7 @@ $ bash stack.sh -h
variable. (default: master)
ENV[TM_VERSION]
(Optional) Tendermint version to use for the setup. (default: 0.19.2)
(Optional) Tendermint version to use for the setup. (default: 0.19.7)
ENV[MONGO_VERSION]
(Optional) MongoDB version to use with the setup. (default: 3.6)
@@ -171,8 +171,8 @@ $ export STACK_REPO=bigchaindb/bigchaindb
# Default: master
$ export STACK_BRANCH=master
#Optional, since 0.19.2 is the default tendermint version.
$ export TM_VERSION=0.19.2
#Optional, since 0.19.7 is the default tendermint version.
$ export TM_VERSION=0.19.7
#Optional, since 3.6 is the default MongoDB version.
$ export MONGO_VERSION=3.6
@@ -222,8 +222,8 @@ $ export STACK_REPO=bigchaindb/bigchaindb
# Default: master
$ export STACK_BRANCH=master
#Optional, since 0.19.2 is the default tendermint version
$ export TM_VERSION=0.19.2
#Optional, since 0.19.7 is the default tendermint version
$ export TM_VERSION=0.19.7
#Optional, since 3.6 is the default MongoDB version.
$ export MONGO_VERSION=3.6