From 13defcaf82615940280a597a154fe123198b402f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 18 Jul 2019 14:16:02 +0200 Subject: [PATCH] bump default Aquarius to v0.3.8 --- README.md | 6 +++--- start_ocean.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c281a34..2bdc750 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You need to have the newest versions of: ## Get Started -If you're new to Barge, it's best to do something like: +If you're new to Barge, it's best to start with the defaults: ```bash git clone git@github.com:oceanprotocol/barge.git @@ -49,7 +49,7 @@ That will run the current default versions of Aquarius, Brizo, Pleuston, Keeper Welcome to Ocean Protocol -It's overkill, but to be _sure_ that you use exactly the Docker images and volumes you want, you can start by pruning all the Docker things in your system: +It's overkill, but to be _sure_ that you use exactly the Docker images and volumes you want, you can prune all the Docker things in your system first: ```bash docker system prune --all --volumes @@ -65,7 +65,7 @@ The default versions are always a combination of component versions which are co | Aquarius | Brizo | Keeper | Pleuston | Faucet | | -------- | --------- | -------- | -------- | -------- | -| `v0.3.4` | `v0.3.14` | `v0.10.3` | `v0.4.2` | `v0.2.4` | +| `v0.3.8` | `v0.3.14` | `v0.10.3` | `v0.4.2` | `v0.2.4` | You can use the `--latest` option to pull the most recent Docker images for all components, which are always tagged as `latest` in Docker. The `latest` Docker image tag derives from the `develop` branch of the component's Git repo. diff --git a/start_ocean.sh b/start_ocean.sh index 46182ab..f4577cb 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -13,7 +13,7 @@ DIR="${DIR/ /\\ }" COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Brizo, Keeper Contracts and Pleuston -export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.4} +export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.8} export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.14} export KEEPER_VERSION=${KEEPER_VERSION:-v0.10.3} export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.4.2}