Skip to content

Commit a220344

Browse files
FAB-4985 fix filename in bootstrap.sh script
added tools to images to d/l Change-Id: I429f6360dbd1dd2e4f6577e32cc9680670a026c9 Signed-off-by: Christopher Ferris <[email protected]>
1 parent 23adb16 commit a220344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bootstrap-1.0.0-rc1.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MARCH=`uname -m`
1212

1313
dockerFabricPull() {
1414
local FABRIC_TAG=$1
15-
for IMAGES in peer orderer couchdb ccenv javaenv kafka zookeeper; do
15+
for IMAGES in peer orderer couchdb ccenv javaenv kafka zookeeper tools; do
1616
echo "==> FABRIC IMAGE: $IMAGES"
1717
echo
1818
docker pull hyperledger/fabric-$IMAGES:$FABRIC_TAG
@@ -32,7 +32,7 @@ dockerCaPull() {
3232
: ${FABRIC_TAG:="$MARCH-$VERSION"}
3333

3434
echo "===> Downloading platform binaries"
35-
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${ARCH}-${VERSION}/hyperledger-fabric-${ARCH}.${VERSION}.tar.gz | tar xz
35+
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${ARCH}-${VERSION}/hyperledger-fabric-${ARCH}-${VERSION}.tar.gz | tar xz
3636

3737
echo "===> Pulling fabric Images"
3838
dockerFabricPull ${FABRIC_TAG}

0 commit comments

Comments
 (0)