Commit Graph
468 Commits
Author SHA1 Message Date
Victor Carlos Erenu c626938730 Modify artifact URLs file name 2026-03-21 01:49:28 +07:00
Victor Carlos Erenu d28f8c0a13 Merge branch 'main' of github.com:wazuh/wazuh-docker into change/2258-delete-WAZUH_AGENT_GROUP-variable 2026-03-20 19:59:13 +07:00
Victor Carlos Erenu f749bb9ff0 Delete WAZUH_AGENT_GROUP references 2026-03-19 18:01:36 +07:00
Victor Carlos Erenu 303b5c5bbf Delete WAZUH_AGENT_GROUP variable 2026-03-19 01:36:04 +07:00
Carlos Bordon e69144bb43 Updated build image script 2026-03-18 15:13:31 -03:00
Victor Carlos Erenu 49375d75f7 Delete active-response reference 2026-03-17 02:43:44 +07:00
Victor Carlos Erenu 270b755548 Delete permanent_data exceptions 2026-03-17 00:02:08 +07:00
Victor Carlos Erenu 75aceb19a4 Delete permanent_data folder and exceptions for Active Response on Wazuh manager 2026-03-16 23:56:55 +07:00
Victor Carlos Erenu 3aa51f547b Fix set_correct_permOwner function 2026-03-07 02:07:51 +07:00
Victor Carlos Erenu c11ecfe883 Change binary names 2026-02-25 21:16:42 +07:00
Victor Ereñú 175faaed8d Merge pull request #2220 from wazuh/enhancement/2206-adapt-image-build
Separate Agent/Manager - Docker - Adapt image build process
2026-02-19 10:44:48 -03:00
Victor Carlos Erenu bda9fdfe71 pull main changes 2026-02-13 19:02:06 +07:00
Victor Carlos Erenu 06c2c2c46a Remove revision references 2026-02-13 17:36:03 +07:00
Jesus Garcia a480db9efc Improve build script and workflow component revisions handling 2026-02-09 13:16:48 -05:00
Jesus Garcia 827e3bde13 Set default component commit list 2026-01-28 09:40:30 -05:00
Jesus Garcia d0b2f5b8a5 Separate ref for each component 2026-01-28 08:20:59 -05:00
Jesus Garcia 3579ff06f5 Update variable names to common used names 2026-01-26 12:42:55 -05:00
Jesus Garcia 236df154fc Merge branch 'enh/2164-Allow_building_separate_targets' 2026-01-21 19:07:39 -05:00
Victor Carlos Erenu 4a153bda1b Add developement option when tag name is only version without stage 2026-01-20 20:15:05 +07:00
Victor Carlos Erenu f78e8f5127 Change IMAGE_TAG dev reference 2026-01-19 21:02:05 +07:00
Victor Carlos Erenu bc8c42920b Change IMAGE_TAG dev reference 2026-01-19 21:01:32 +07:00
Jesus Garcia 7991ad6284 Enhance build-images.sh script to handle multiple components 2026-01-19 08:23:24 -05:00
Victor Carlos Erenu 4d5255313e Add IMAGE_TAG stage reference 2026-01-19 20:12:54 +07:00
Jesus Garcia a9e602439d Add support for building multiple Wazuh components separately 2026-01-16 15:13:59 -05:00
Victor Carlos Erenu 1879f77825 Resolving conflicts 2026-01-15 01:26:06 +07:00
Victor Carlos Erenu ffeb009a2d Resolving conflicts 2026-01-15 01:23:07 +07:00
Victor Carlos Erenu e89fa28f89 Resolving conflicts 2026-01-15 01:11:42 +07:00
Victor Carlos Erenu 813682cfaf Modify run_as parameter value 2026-01-13 00:16:57 +07:00
Victor Carlos Erenu 57c1de55b5 Modify run_as parameter value 2026-01-13 00:08:55 +07:00
wazuhci 036224fc65 feat: bump 4.14.2 2026-01-08 12:11:06 +00:00
Jesus Garcia 5b2afd1acb Adapt Wazuh agent Dockerfile s6 overlay for multi-architecture support 2026-01-02 08:33:56 -05:00
Victor Carlos Erenu dc9da8aacb Fix S6 overlay arch into Wazuh agent image build 2025-12-30 01:23:33 +07:00
Victor Carlos Erenu 0fedd684b5 Fix S6 overlay arch into Wazuh agent image build 2025-12-30 01:13:51 +07:00
Victor Carlos Erenu 6e93c01ab1 Fix S6 overlay arch into Wazuh agent image build 2025-12-30 01:01:34 +07:00
Victor Carlos Erenu 84441f9da9 Fix S6 overlay arch into Wazuh agent image build 2025-12-30 00:54:13 +07:00
Victor Ereñú e677faab5a Merge branch 'main' into bug/2128-delete-lists-references 2025-12-26 19:43:58 +07:00
wazuhci 198cd3679d feat: bump 4.14.2 2025-12-26 10:03:32 +00:00
Carlos Bordon 5a803bc877 Updated build images parameters 2025-12-24 09:24:00 -03:00
Carlos Bordon 960efa9cda Removed certificates files from main 2025-12-24 09:10:09 -03:00
Carlos Bordon dd2bcb5074 Merge 4.14.3 into main 2025-12-24 09:04:13 -03:00
Carlos Anguita López 7ae0a4a81c merge 4.14.2-into-4.14.3 2025-12-24 11:25:18 +01:00
Jesus Garcia e4e41ef4ba Add shebang to build-images.sh script, enhance script structure, update push.yml workflow file to use working-directory, and remove indexer-certs-creator directory 2025-12-22 11:16:39 -05:00
Jesus Garcia 024bb8553a Add working directory to push.yml workflow and add shebang to image build script 2025-12-22 11:03:55 -05:00
Jesus Garcia a5fc8fd88c Improve documentation for Docker image building process and remove unused reference option 2025-12-22 10:17:01 -05:00
Jesus Garcia f04ed6e608 Update documentation for Wazuh Docker image builder and workflow usage
---
- All relevant content of README.md files was migrated to docs/ section in their respective section.
- These README files has been deleted (4 files)
- All README.md files (additional to the project's root and docs/) have been edited.
---
- Both files build-docker-images/README.md and docs/dev/build-image.md have almost same content, so it was discarded the README file
- As the directory and docker image are going to be disused, the certs-gen documentation contents of indexer-certs-creator/README.md was not mig>
- The 'bash' command added to the docs/dev/build-image.md was removed
- Added workflow usage docs file to the the SUMMARY.md file
---
- Removed '$' parameter and added 'bash' to all markdown code blocks headings (```)
---
2025-12-22 08:36:09 -05:00
wazuhci 3a5e30b888 feat: bump 4.14.2 2025-12-19 09:56:23 +00:00
Victor Carlos Erenu d86827a369 Delete etc/lists references 2025-12-18 02:30:34 +07:00
Gonzalo Acuña e493c6d113 Merge branch '4.14.3' into enhancement/edr-6591-agent-group 2025-12-17 16:18:58 -03:00
Gonzalo Acuña a41a20774c Merge pull request #2120 from wazuh/enhancement/2097-Docker_ARM_4.x__Adapt_to_multi-architecture_build
Adapt to multi architecture build
2025-12-17 14:51:53 -03:00
Jesus Garcia 089ce24ffc Enhance script execution of build and improve docs clarity 2025-12-17 01:37:49 -05:00