From e85c9419b7988d5dbbae9e30a5ced6129e662773 Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Fri, 18 Jan 2019 16:38:41 +0100 Subject: [PATCH] Remove cluster.py work around (#99) --- CHANGELOG.md | 6 +++++- wazuh/Dockerfile | 3 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de56025..69ffe458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. ### Changed -- Upgrade version 3.8.0_6.5.4 ([#97](https://github.com/wazuh/wazuh-docker/pull/97)) +- Upgrade version 3.8.0_6.5.4. ([#97](https://github.com/wazuh/wazuh-docker/pull/97)) + +### Removed + +- Remove cluster.py work around. ([#99](https://github.com/wazuh/wazuh-docker/pull/99)) ## Wazuh Docker v3.7.2_6.5.4 diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 68444f2a..b572f110 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -76,8 +76,5 @@ RUN mkdir /etc/service/filebeat COPY config/filebeat.runit.service /etc/service/filebeat/run RUN chmod +x /etc/service/filebeat/run -# Temporary fix for Wazuh cluster master node in Kubernetes -RUN sed -i '87d;88d' /var/ossec/framework/wazuh/cluster/cluster.py - # Run all services ENTRYPOINT ["/entrypoint.sh"]