Skip to content

Commit 6edd320

Browse files
FAB-9297 fix README links and update bootstrap.sh
Change-Id: I00cac1a0c01a777af887104064e7dfa775359359 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent 1745c99 commit 6edd320

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ intend to use to ensure alignment.
99

1010
## Download Binaries and Docker Images
1111

12-
The [`scripts/bootstrap.sh`](https://github.com/hyperledger/fabric-samples/blob/release-1.1/scripts/bootstrap.sh)
12+
The [`scripts/bootstrap.sh`](https://github.com/hyperledger/fabric-samples/blob/release-1.2/scripts/bootstrap.sh)
1313
script will preload all of the requisite docker
1414
images for Hyperledger Fabric and tag them with the 'latest' tag. Optionally,
1515
specify a version for fabric, fabric-ca and thirdparty images. Default versions
16-
are 1.1.0, 1.1.0 and 0.4.7 respectively.
16+
are 1.2.0, 1.2.0 and 0.4.10 respectively.
1717

1818
```bash
1919
./scripts/bootstrap.sh [version] [ca version] [thirdparty_version]

scripts/bootstrap.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export VERSION=1.2.0
1010
# if ca version not passed in, default to latest released version
1111
export CA_VERSION=$VERSION
1212
# current version of thirdparty images (couchdb, kafka and zookeeper) released
13-
export THIRDPARTY_IMAGE_VERSION=0.4.8
13+
export THIRDPARTY_IMAGE_VERSION=0.4.10
1414
export ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')")
1515
export MARCH=$(uname -m)
1616

@@ -32,8 +32,8 @@ printHelp() {
3232
echo "-d - bypass docker image download"
3333
echo "-b - bypass download of platform-specific binaries"
3434
echo
35-
echo "e.g. bootstrap.sh 1.1.1"
36-
echo "would download docker images and binaries for version 1.1.1"
35+
echo "e.g. bootstrap.sh 1.2.0 1.2.0 0.4.10"
36+
echo "would download docker images and binaries for version 1.2.0 (fabric) 1.2.0 (fabric-ca) 0.4.10 (thirdparty)"
3737
}
3838

3939
dockerFabricPull() {

0 commit comments

Comments
 (0)