Skip to content

Commit be72d02

Browse files
pinheadmzgithub-actions[bot]
authored andcommitted
Update apidocs on
1 parent 93aee75 commit be72d02

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/warnet.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,20 @@ options:
192192
## Image
193193

194194
### `warnet image build`
195-
Build bitcoind and bitcoin-cli from \<repo> at \<commit_sha> with the specified \<tags>.
196-
Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry.
195+
Build a Bitcoin Core Docker image with specified parameters.
196+
197+

198+
Usage Examples:
199+
# Build an image for Warnet repository
200+
warnet image build --repo bitcoin/bitcoin --commit-sha d6db87165c6dc2123a759c79ec236ea1ed90c0e3 --tags bitcoindevproject/bitcoin:v29.0-rc2 --arches amd64,arm64,armhf --action push
201+
# Build an image for local testing
202+
warnet image build --repo bitcoin/bitcoin --commit-sha d6db87165c6dc2123a759c79ec236ea1ed90c0e3 --tags bitcoindevproject/bitcoin:v29.0-rc2 --action load
197203

198204
options:
199205
| name | type | required | default |
200206
|------------|--------|------------|-----------|
201207
| repo | String | yes | |
202208
| commit_sha | String | yes | |
203-
| registry | String | yes | |
204209
| tags | String | yes | |
205210
| build_args | String | | |
206211
| arches | String | | |

0 commit comments

Comments
 (0)