Skip to content

Commit

Permalink
FAB-4007 add bootstrap.sh to e2e/getting started
Browse files Browse the repository at this point in the history
add specific release tag args

Change-Id: I22e5b47e926abeba805dd0cfa2d4593c91ece18e
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed May 18, 2017
1 parent 59dd7ba commit 730d232
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/e2e_cli/bootstrap.sh
@@ -0,0 +1,10 @@
#!/bin/bash

export ARCH=$(uname -s | tr '[:upper:]' '[:lower:]')-$(go env GOARCH)

curl https://nexus.hyperledger.org/content/repositories/logs/sandbox/fabric-binary/${ARCH}-1.0.0-alpha2.tar.gz | tar xz
cd release/${ARCH}
sh download-dockerimages.sh -c $(uname -m)-1.0.0-alpha2 -f $(uname -m)-1.0.0-alpha2
docker images


0 comments on commit 730d232

Please sign in to comment.