-
Notifications
You must be signed in to change notification settings - Fork 416
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
Fix conditional block in build-image.sh
script
#917
Comments
This conditional block was created to carry out a series of actions that were cancelled. I had implemented that part of the code but after canceling the order it stayed in that place. It would be necessary to delete all the condition black since it has no use |
Update ReportTo check if the images build is done correctly, some tests have been implemented: ✔️ Building Docker images with a version of Wazuh lower than the current version (4.4.3 - 4.4.5, current)
✔️ Building Docker images with a version of Wazuh higher than the current version (4.5.0 - 4.4.5, current)
|
Description
In the following file https://github.com/wazuh/wazuh-docker/blob/stable/build-docker-images/build-images.sh, there is a conditional block that apparently does nothing.
It seems that the aim of this conditional is to use the correct image version depending on the Wazuh version. To fix this, two solutions are proposed:
Is necessary to discuss which option is the best.
Tasks
If the first option is chosen, the tasks are the following:
The text was updated successfully, but these errors were encountered: