Skip to content

Commit

Permalink
FAB-4985 fix filename in bootstrap.sh script
Browse files Browse the repository at this point in the history
added tools to images to d/l

Change-Id: I429f6360dbd1dd2e4f6577e32cc9680670a026c9
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jun 23, 2017
1 parent 23adb16 commit a220344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap-1.0.0-rc1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MARCH=`uname -m`

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

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

echo "===> Pulling fabric Images"
dockerFabricPull ${FABRIC_TAG}
Expand Down

0 comments on commit a220344

Please sign in to comment.