forked from wazuh/wazuh-docker
Remove cluster.py work around (#99)
This commit is contained in:
committed by
Jesús Linares
parent
e184e7c692
commit
e85c9419b7
+5
-1
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### 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
|
## Wazuh Docker v3.7.2_6.5.4
|
||||||
|
|
||||||
|
|||||||
@@ -76,8 +76,5 @@ RUN mkdir /etc/service/filebeat
|
|||||||
COPY config/filebeat.runit.service /etc/service/filebeat/run
|
COPY config/filebeat.runit.service /etc/service/filebeat/run
|
||||||
RUN chmod +x /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
|
# Run all services
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user