Remove cluster.py work around (#99)

This commit is contained in:
AlfonsoRBJ
2019-01-18 16:38:41 +01:00
committed by Jesús Linares
parent e184e7c692
commit e85c9419b7
2 changed files with 5 additions and 4 deletions
+5 -1
View File
@@ -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
-3
View File
@@ -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"]