Skip to content

Commit 0acd3eb

Browse files
lehorsGerrit Code Review
authored and
Gerrit Code Review
committed
Merge "[FAB-15104] Remove scripts/bootstrap.sh"
2 parents 6ba5a19 + 5be56d3 commit 0acd3eb

File tree

2 files changed

+9
-223
lines changed

2 files changed

+9
-223
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@ intend to use to ensure alignment.
99

1010
## Download Binaries and Docker Images
1111

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)
1313
script will preload all of the requisite docker
1414
images for Hyperledger Fabric and tag them with the 'latest' tag. Optionally,
1515
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+
1718

1819
```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
2026
```
2127

2228
### Continuous Integration

scripts/bootstrap.sh

-220
This file was deleted.

0 commit comments

Comments
 (0)