File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
198204options:
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 | | |
You can’t perform that action at this time.
0 commit comments