mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-15 19:31:31 +00:00
Merge pull request #137 from wazuh/remove-build-time-alerts
Remove alerts created in build time
This commit is contained in:
@@ -13,11 +13,15 @@ All notable changes to this project will be documented in this file.
|
|||||||
- New Logstash entrypoint added. ([#135](https://github.com/wazuh/wazuh-docker/pull/135/files))
|
- New Logstash entrypoint added. ([#135](https://github.com/wazuh/wazuh-docker/pull/135/files))
|
||||||
- Welcome screen management. ([#133](https://github.com/wazuh/wazuh-docker/pull/133))
|
- Welcome screen management. ([#133](https://github.com/wazuh/wazuh-docker/pull/133))
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Update to Wazuh version 3.8.2. ([#105](https://github.com/wazuh/wazuh-docker/pull/105))
|
- Update to Wazuh version 3.8.2. ([#105](https://github.com/wazuh/wazuh-docker/pull/105))
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Remove alerts created in build time. ([#137](https://github.com/wazuh/wazuh-docker/pull/137))
|
||||||
|
|
||||||
|
|
||||||
## Wazuh Docker v3.8.1_6.5.4
|
## Wazuh Docker v3.8.1_6.5.4
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -17,7 +17,8 @@ RUN set -x && echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee /
|
|||||||
RUN add-apt-repository universe && apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
|
RUN add-apt-repository universe && apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
|
||||||
apt-get --no-install-recommends --no-install-suggests -y install openssl postfix bsd-mailx python-boto python-pip \
|
apt-get --no-install-recommends --no-install-suggests -y install openssl postfix bsd-mailx python-boto python-pip \
|
||||||
apt-transport-https vim expect nodejs python-cryptography mailutils libsasl2-modules wazuh-manager=${WAZUH_VERSION} \
|
apt-transport-https vim expect nodejs python-cryptography mailutils libsasl2-modules wazuh-manager=${WAZUH_VERSION} \
|
||||||
wazuh-api=${WAZUH_VERSION} && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
wazuh-api=${WAZUH_VERSION} && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -f \
|
||||||
|
/var/ossec/logs/alerts/*/*/*.log && rm -f /var/ossec/logs/alerts/*/*/*.json
|
||||||
|
|
||||||
# Adding first run script and entrypoint
|
# Adding first run script and entrypoint
|
||||||
COPY config/data_dirs.env /data_dirs.env
|
COPY config/data_dirs.env /data_dirs.env
|
||||||
|
|||||||
Reference in New Issue
Block a user