-
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
The images build fails due to Filebeat template branch #1054
Comments
When attempting to build images I am getting the following branch error:
|
Hello @bitnative. The issue you are involved in is related to our branches and releases system. In this part of the README.md we specify that the Currently, the Please, move to the correct branch before attempting to build the Docker images. If you want to build the images from a development branch, consider that you can get errors or bugs. |
I understand. It was my silly mistake for not pulling the stable branch at
first. It worked beautifully once I pulled the correct code. Thank you for
responding.
…On Mon, Oct 16, 2023 at 9:01 AM David Correa Rodríguez < ***@***.***> wrote:
Hello @bitnative <https://github.com/bitnative>. The issue you are
involved in is related to our branches and releases system. In this part of
the README.md
<https://github.com/wazuh/wazuh-docker/blob/master/README.md#branches> we
specify that the master branch contains the latest code, and this can
provoke bugs as it is a development branch right now. It exists because it
is needed to work in the new versions of Wazuh.
Currently, the master branch is the numbered branch 4.9.0. Our latest tag
is v4.5.3, you can check it here.
https://github.com/wazuh/wazuh-docker/releases/tag/v4.5.3. The latest tag
in the release title indicates it. This is the most recent and stable
version of Wazuh.
Please, move to the correct branch before attempting to build the Docker
images. If you want to build the images from a development branch, consider
that you can get errors or bugs.
—
Reply to this email directly, view it on GitHub
<#1054 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIXUF5SGNIA2AHULW6RELS3X7UV2HAVCNFSM6AAAAAA5635PI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRUGQZTOOJQHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
In https://github.com/wazuh/wazuh-docker/actions/runs/6505873486/job/17670330050?pr=1053 it has been observed that the image building fails. The error is reported in other task:
It seems that the Filebeat template branch is empy.
Reproducing locally, the same error is generated:
I debugged the code and the
FILEBEAT_TEMPLATE_BRANCH
variable contains a correct value, but in thebuild-docker-images/wazuh-manager/Dockerfile
it is specified the following variable:And the curl command uses the
FILEBEAT_TEMPLATE_BRANCH
variable:Changing the
TEMPLATE_VERSION
to theFILEBEAT_TEMPLATE_BRANCH
may fix the problemTasks
The text was updated successfully, but these errors were encountered: