Skip to content

Commit

Permalink
[FAB-15104] Remove scripts/bootstrap.sh
Browse files Browse the repository at this point in the history
Removed scripts/bootstrap.sh file and updated the README.md
with steps to download bootstrap.sh from Fabric repository.

Signed-off-by: Yukihiko <hirayanagi@jp.fujitsu.com>
Change-Id: I50357c702c8b357fedaf8ccd1ec97ef6c4429371
  • Loading branch information
yukkyhira committed Jun 14, 2019
1 parent 7c5f5d3 commit 5be56d3
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 5be56d3

Please sign in to comment.