Compare commits

...
Author SHA1 Message Date
José Luis Ruiz Ruiz 9829b98cae Upgrade Wazuh Manager to 3.3.1 2018-06-25 16:03:38 +02:00
Miguelangel Freitas 073bf284f3 Updating README.md 2018-06-11 22:32:15 +00:00
Miguelangel Freitas 6dacfbcc40 Upgrade Wazuh to 3.3.0 2018-06-11 22:30:57 +00:00
José Luis Ruiz 2f91f5aa10 Update APP version 2018-06-08 16:37:13 +02:00
José Luis Ruiz Ruiz 2016322c0a Upgrade Wazuh version 2018-06-04 21:15:45 +02:00
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ In addition, a docker-compose file is provided to launch the containers mentione
## Current release
Containers are currently tested on Wazuh version 3.2.2 and Elastic Stack version 6.2.4. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack.
Containers are currently tested on Wazuh version 3.3.1 and Elastic Stack version 6.2.4. We will do our best to keep this repository updated to latest versions of both Wazuh and Elastic Stack.
## Installation notes
+1 -1
View File
@@ -1,6 +1,6 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/kibana/kibana-oss:6.2.4
ARG WAZUH_APP_VERSION=3.2.3_6.2.4
ARG WAZUH_APP_VERSION=3.3.0_6.2.4
USER root
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
+2 -1
View File
@@ -41,7 +41,8 @@ if [ "x$CONFIG_CODE" = "x404" ]; then
"audit": true,
"pci": true,
"aws": true,
"virustotal": true
"virustotal": true,
"gdpr": true
}
}
' > /dev/null
+1 -1
View File
@@ -1,7 +1,7 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
FROM phusion/baseimage:latest
ARG FILEBEAT_VERSION=6.2.4
ARG WAZUH_VERSION=3.2.3-1
ARG WAZUH_VERSION=3.3.1-1
# Updating image
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"