We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dd7ba commit 730d232Copy full SHA for 730d232
examples/e2e_cli/bootstrap.sh
@@ -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