wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
97 stars 89 forks source link

Automate docker image update for indexer and dashboard packages #2865

Closed jotacarma90 closed 4 months ago

jotacarma90 commented 4 months ago

Description

Hello team,

As part of all upward merge (for example, issue and PR), if any docker image used for indexer or dashboard package generation has been modified, it is necessary to update those images uploaded to ECR. Until now this process has been done manually as part of the post release task issue:

image

Steps

Automation

With this issue we want to make use of a GitHub Actions workflow to automate this process if changes are detected in the images. For example, before running the package generation, check if the files related to the images have been modified, and if so, proceed with the update.

davidjiglesias commented 4 months ago

This will continue to be done manually until the changes in Wazuh packages redesign tier1 are completed and we decide a robust solution moving forward.