From d86827a3699920d385b03842051d5d64bba45533 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Thu, 18 Dec 2025 02:30:34 +0700 Subject: [PATCH 1/3] Delete etc/lists references --- .github/.goss.yaml | 7 ------- .../wazuh-manager/config/etc/cont-init.d/0-wazuh-init | 1 - 2 files changed, 8 deletions(-) diff --git a/.github/.goss.yaml b/.github/.goss.yaml index 54fb61fa..4e083406 100644 --- a/.github/.goss.yaml +++ b/.github/.goss.yaml @@ -6,13 +6,6 @@ file: group: root filetype: file contains: [] - /var/ossec/etc/lists/audit-keys: - exists: true - mode: "0660" - owner: wazuh - group: wazuh - filetype: file - contains: [] /var/ossec/etc/ossec.conf: exists: true mode: "0660" diff --git a/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init b/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init index 32eba0a0..4e06e49e 100644 --- a/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init +++ b/build-docker-images/wazuh-manager/config/etc/cont-init.d/0-wazuh-init @@ -245,7 +245,6 @@ echo "Wazuh manager config modified successfully." configure_permissions() { chown -R wazuh:wazuh /var/ossec/queue/rids - chown -R wazuh:wazuh /var/ossec/etc/lists } ############################################################################## From fbed17f773a5016962d467d0cbc39c3375a4d4a3 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Thu, 18 Dec 2025 02:37:19 +0700 Subject: [PATCH 2/3] Add and fix changelog references --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b1b78e..4b30b5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,15 @@ All notable changes to this project will be documented in this file. ### Changed -- Configure deployment with environment variables ([#2081](https://github.com/wazuh/wazuh-puppet/issues/2081)) -- Modify Wazuh components install method ([#2058](https://github.com/wazuh/wazuh-puppet/issues/2058)) -- Image builder Workflow Rebuild ([#2054](https://github.com/wazuh/wazuh-puppet/issues/2054)) -- Wazuh server clean-up ([#2030](https://github.com/wazuh/wazuh-puppet/issues/2030)) -- Fix OpenSearch deprecated settings ([#1366](https://github.com/wazuh/wazuh-puppet/issues/1366)) +- Configure deployment with environment variables ([#2081](https://github.com/wazuh/wazuh-docker/pull/2081)) +- Modify Wazuh components install method ([#2058](https://github.com/wazuh/wazuh-docker/pull/2058)) +- Image builder Workflow Rebuild ([#2054](https://github.com/wazuh/wazuh-docker/pull/2054)) +- Wazuh server clean-up ([#2030](https://github.com/wazuh/wazuh-docker/pull/2030)) +- Fix OpenSearch deprecated settings ([#1899](https://github.com/wazuh/wazuh-docker/pull/1899)) ### Fixed -- None + Delete etc/lists references ([#2129](https://github.com/wazuh/wazuh-docker/pull/2129)) ### Deleted From 2c28bd04c6764fa3ab9ff9eeb360dd1f79dfed1d Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Fri, 26 Dec 2025 20:02:43 +0700 Subject: [PATCH 3/3] Add changelog deleted --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6ecac9..96f4a5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. ### Changed +- Update documentation for Wazuh Docker image builder and workflow usage ([#2136](https://github.com/wazuh/wazuh-docker/issues/2136)) - Configure deployment with environment variables ([#2081](https://github.com/wazuh/wazuh-docker/pull/2081)) - Modify Wazuh components install method ([#2058](https://github.com/wazuh/wazuh-docker/pull/2058)) - Image builder Workflow Rebuild ([#2054](https://github.com/wazuh/wazuh-docker/pull/2054))