forked from wazuh/wazuh-docker
977 B
977 B
Certificate Creation Image Build
The dockerfile hosted in this directory is used to build the image required for generating Wazuh Docker single-node and multi-node certificate files
Pre-requisites
QEMU
Set up QEMU to enable building multi-architecture Docker images
Useful documentation:
Procedure
Run the following script to build the wazuh-certs-generator docker image
./build-image.sh -v <IMAGE_TAG> [-m] [-rg <REGISTRY>]
- Replace <IMAGE_TAG> with the new image desired tag.
- Use the
-mflag to build a multi-architecture image (supports bothamd64andarm64)- If multiarch build is enabled, the script will attempt to push the image to the specified registry. This image upload will only work if credentials are properly configured.
- Use the
-rg <REGISTRY>parameter to specify a custom Docker registry (default is Docker Hub)