You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,18 +206,13 @@ Note also that the provider address is `t01000` and you will need to supply an a
206
206
207
207
### Building Docker images
208
208
209
-
1. Select Lotus version, for example: `lotus_version=1.17.1-rc2`. It must be the tag name of [the Lotus git repo](https://github.com/filecoin-project/lotus/tags) without `v` prefix.
210
-
211
-
2. Select Boost version, for example: `boost_version=1.3.0-rc1`.
212
-
213
-
3. Build images
209
+
1. Build images
214
210
215
211
```
216
-
cd docker/devnet
217
-
make build/all
212
+
make docker/all
218
213
```
219
214
220
-
If you need to build a different version, edit the `.env` file.
215
+
If you need to build containers using a specific version of lotus then provide the version as a parameter, e.g. `make docker/all lotus_version=1.17.0`. The version must be a tag name of [Lotus git repo](https://github.com/filecoin-project/lotus/tags) without `v` prefix. Or you can build using a local source of lotus - `make docker/all lotus_src_dir=<path of lotus source>`. Also, before starting devnet, you need to update versions in the [.env](docker/devnet/.env) file.
0 commit comments