File tree 2 files changed +9
-223
lines changed
2 files changed +9
-223
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,20 @@ intend to use to ensure alignment.
9
9
10
10
## Download Binaries and Docker Images
11
11
12
- The [ ` scripts/bootstrap.sh ` ] ( https://github.com/hyperledger/ fabric-samples/blob/release-1.3/scripts/bootstrap.sh )
12
+ The ` scripts/bootstrap.sh ` (available in the fabric repository )
13
13
script will preload all of the requisite docker
14
14
images for Hyperledger Fabric and tag them with the 'latest' tag. Optionally,
15
15
specify a version for fabric, fabric-ca and thirdparty images. Default versions
16
- are 1.4.0, 1.4.0 and 0.4.14 respectively.
16
+ are 1.4.1, 1.4.1 and 0.4.15 respectively.
17
+
17
18
18
19
``` bash
19
- ./scripts/bootstrap.sh [version] [ca version] [thirdparty_version]
20
+ # Fetch bootstrap.sh from fabric repository using
21
+ curl -sS https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh -o ./scripts/bootstrap.sh
22
+ # Change file mode to executable
23
+ chmod +x ./scripts/bootstrap.sh
24
+ # Download binaries and docker images (bypass fabric-samples repo clone)
25
+ ./scripts/bootstrap.sh [version] [ca version] [thirdparty_version] -s
20
26
```
21
27
22
28
### Continuous Integration
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments