File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 )
1313script will preload all of the requisite docker
1414images for Hyperledger Fabric and tag them with the 'latest' tag. Optionally,
1515specify 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]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export VERSION=1.2.0
1010# if ca version not passed in, default to latest released version
1111export 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
1414export ARCH=$( echo " $( uname -s| tr ' [:upper:]' ' [:lower:]' | sed ' s/mingw64_nt.*/windows/' ) -$( uname -m | sed ' s/x86_64/amd64/g' ) " )
1515export 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
3939dockerFabricPull () {
You can’t perform that action at this time.
0 commit comments