Skip to content

Commit

Permalink
Merge "[FAB-15104] Remove scripts/bootstrap.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
lehors authored and Gerrit Code Review committed Jun 26, 2019
2 parents 6ba5a19 + 5be56d3 commit 0acd3eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 223 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ intend to use to ensure alignment.

## Download Binaries and Docker Images

The [`scripts/bootstrap.sh`](https://github.com/hyperledger/fabric-samples/blob/release-1.3/scripts/bootstrap.sh)
The `scripts/bootstrap.sh` (available in the fabric repository)
script will preload all of the requisite docker
images for Hyperledger Fabric and tag them with the 'latest' tag. Optionally,
specify a version for fabric, fabric-ca and thirdparty images. Default versions
are 1.4.0, 1.4.0 and 0.4.14 respectively.
are 1.4.1, 1.4.1 and 0.4.15 respectively.


```bash
./scripts/bootstrap.sh [version] [ca version] [thirdparty_version]
# Fetch bootstrap.sh from fabric repository using
curl -sS https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh -o ./scripts/bootstrap.sh
# Change file mode to executable
chmod +x ./scripts/bootstrap.sh
# Download binaries and docker images (bypass fabric-samples repo clone)
./scripts/bootstrap.sh [version] [ca version] [thirdparty_version] -s
```

### Continuous Integration
Expand Down
220 changes: 0 additions & 220 deletions scripts/bootstrap.sh

This file was deleted.

0 comments on commit 0acd3eb

Please sign in to comment.