Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature tag #571

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Feature tag #571

wants to merge 5 commits into from

Conversation

giper45
Copy link

@giper45 giper45 commented Jan 28, 2022

This PR leverages the args compose functionality to allow the usage of master repo with
current existing wazuh tag version.

Actually, if a user downloads a master branch, it is not able to use the wauzh-docker repository:
the images 4.4.0 are not actually released. If you try to run the docker-compose.yml or to simply build the images, it fails.

It would be useful to use the master branch to test the new fixes and bugs.
Through this PR, it is possible to choose the Wazuh and Kibana Wazuh version.

  • Wazuh and Kibana version are exported and sent as arguments in the several compose files;
  • the arguments are sent through the Makefile allows to define default tag values.
  • default values should be aligned with the current master versions. Actually, 4.4.0-1 for wazuh and 4.4.0 for Kibana

To use with deafult tags, just execute the make scripts as described in README (see PR #570)
To choose the wazuh and kibana versions:

make images-build WAZUH_VERSION=4.2.5 WAZUH_KIBANA_VERSION=4.2.5  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants