forked from wazuh/wazuh-docker
App 3.10.2 - 7.3.2 with security fix (#264)
This commit is contained in:
+6
-2
@@ -6,8 +6,12 @@ ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
|
# App: 3.10.2 - 7.3.2 with this fix: https://github.com/wazuh/wazuh-kibana-app/issues/1815
|
||||||
RUN /usr/share/kibana/bin/kibana-plugin install --allow-root file:///tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
|
#ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
|
||||||
|
COPY config/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
|
||||||
|
USER kibana
|
||||||
|
RUN /usr/share/kibana/bin/kibana-plugin install --allow-root file:///tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
|
||||||
|
USER root
|
||||||
RUN rm -rf /tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
|
RUN rm -rf /tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
|
||||||
|
|
||||||
COPY config/entrypoint.sh ./entrypoint.sh
|
COPY config/entrypoint.sh ./entrypoint.sh
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user