-
Notifications
You must be signed in to change notification settings - Fork 497
Description
Description
According to the modifications to be made in the Wazuh package repositories, the installation method of the binaries of each component in its respective image must be modified. We are currently using RPM packages through YUM, so we should change the method of obtaining the package and installing it in the build process. This process has to contemplate the creation of both production, pre-release, and development images.
It is also necessary to add to the installation logic the creation of both AMD64 and ARM64 images.
This build process must be carried out in a Github Actions workflow, which must contain the logic to push images in each release to the Wazuh Docker Hub repository (Production) as well as to be able to build images from development branches, pushing the images to private repositories in ECR (non-production).
DRI
Gonzalo Acuña