feat: bump main

This commit is contained in:
wazuhci
2026-07-10 12:36:05 +00:00
parent a153c6fd7b
commit 1176edb859
28 changed files with 90 additions and 72 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.1
./build-images.sh -v 5.1.0
```
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.1.
-v, --version <ver> [Optional] Set the Wazuh version should be builded. By default, 5.1.0.
-m, --multiarch [Optional] Enable multi-architecture builds.
-h, --help Show this help.