feat: bump change/2460-add-bump-issue-link-support-for-revert-stage-bump-in-wazuh-docker

This commit is contained in:
wazuhci
2026-06-29 18:24:41 +00:00
parent 217b7c868a
commit 20745769bd
28 changed files with 98 additions and 80 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ Then execute:
The script also allows to build images from other versions of Wazuh by using the `-v` or `--version` argument:
```bash
./build-images.sh -v 5.0.0
./build-images.sh -v 1.2.3
```
To get all the available script options use the `-h` or `--help` option:
@@ -32,7 +32,7 @@ Usage: build-images.sh [OPTIONS]
-d, --dev <ref> [Optional] Set the development stage you want to build, example rc2 or beta1, not used by default.
-refs, --references <ref> [Optional] Set each Wazuh component reference to be build (indexer, manager, dasboard and agent). By default, using the latest release: ['latest', 'latest', 'latest', 'latest']
-rg, --registry <reg> [Optional] Set the Docker registry to push the images.
-v, --version <ver> [Optional] Set the Wazuh version should be builded. By default, 5.0.0.
-v, --version <ver> [Optional] Set the Wazuh version should be builded. By default, 1.2.3.
-m, --multiarch [Optional] Enable multi-architecture builds.
-h, --help Show this help.