Build Docker images locally
You can modify and build Docker images for the Wazuh central components (manager, indexer, and dashboard).
Clone the Wazuh Docker repository to your system:
# git clone https://github.com/wazuh/wazuh-docker.git -b v4.12.0
Navigate to the
wazuh-docker/build-docker-images/
directory and run the build script:# build-docker-images/build-images.sh
This generates updated Docker images for all Wazuh components on your local system.