|
|
hace 1 mes | |
|---|---|---|
| .. | ||
| wazuh-agent | hace 1 mes | |
| wazuh-dashboard | hace 1 mes | |
| wazuh-indexer | hace 1 mes | |
| wazuh-manager | hace 1 mes | |
| README.md | hace 1 mes | |
| build-images.sh | hace 1 mes | |
| build-images.yml | hace 1 mes | |
The creation of the images for the Wazuh stack deployment in Docker is done with the build-docker-images/build-images.sh script
This script initializes the environment variables needed to build each of the images.
To execute it, make sure to be in the build-docker-images directory:
cd build-docker-images
Then execute:
./build-images.sh
The script also allows to build images from other versions of Wazuh by using the -v or --version argument:
./build-images.sh -v 4.14.3
To get all the available script options use the -h or --help option:
./build-images.sh -h
Usage: ./build-images.sh [OPTIONS]
-d, --dev <ref> [Optional] Set the development stage you want to build, example rc1 or beta1, not used by default.
-f, --filebeat-module <ref> [Optional] Set Filebeat module version. By default 0.5.
-r, --revision <rev> [Optional] Package revision. By default 1
-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, 4.14.3.
-m, --multiarch [Optional] Enable multi-architecture builds.
-h, --help Show this help.