Skip to content

Commit 730d232

Browse files
FAB-4007 add bootstrap.sh to e2e/getting started
add specific release tag args Change-Id: I22e5b47e926abeba805dd0cfa2d4593c91ece18e Signed-off-by: Christopher Ferris <[email protected]>
1 parent 59dd7ba commit 730d232

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/e2e_cli/bootstrap.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
export ARCH=$(uname -s | tr '[:upper:]' '[:lower:]')-$(go env GOARCH)
4+
5+
curl https://nexus.hyperledger.org/content/repositories/logs/sandbox/fabric-binary/${ARCH}-1.0.0-alpha2.tar.gz | tar xz
6+
cd release/${ARCH}
7+
sh download-dockerimages.sh -c $(uname -m)-1.0.0-alpha2 -f $(uname -m)-1.0.0-alpha2
8+
docker images
9+
10+

0 commit comments

Comments
 (0)