File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -192,15 +192,20 @@ options:
192
192
## Image
193
193
194
194
### ` 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
197
203
198
204
options:
199
205
| name | type | required | default |
200
206
| ------------| --------| ------------| -----------|
201
207
| repo | String | yes | |
202
208
| commit_sha | String | yes | |
203
- | registry | String | yes | |
204
209
| tags | String | yes | |
205
210
| build_args | String | | |
206
211
| arches | String | | |
You can’t perform that action at this time.
0 commit comments