forked from wazuh/wazuh-docker
Update to Wazuh version 3.8.1 (#102)
This commit is contained in:
committed by
Jesús Linares
parent
4db1c4e073
commit
dcf644e37a
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## Wazuh Docker v3.8.1_6.5.4
|
## Wazuh Docker v3.8.1_6.5.4
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update to Wazuh version 3.8.1. ([#102](https://github.com/wazuh/wazuh-docker/pull/102))
|
||||||
|
|
||||||
## Wazuh Docker v3.8.0_6.5.4
|
## Wazuh Docker v3.8.0_6.5.4
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
+4
-4
@@ -3,7 +3,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
wazuh:
|
wazuh:
|
||||||
image: wazuh/wazuh:3.8.0_6.5.4
|
image: wazuh/wazuh:3.8.1_6.5.4
|
||||||
hostname: wazuh-manager
|
hostname: wazuh-manager
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- logstash
|
- logstash
|
||||||
logstash:
|
logstash:
|
||||||
image: wazuh/wazuh-logstash:3.8.0_6.5.4
|
image: wazuh/wazuh-logstash:3.8.1_6.5.4
|
||||||
hostname: logstash
|
hostname: logstash
|
||||||
restart: always
|
restart: always
|
||||||
# volumes:
|
# volumes:
|
||||||
@@ -61,7 +61,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- docker_elk
|
- docker_elk
|
||||||
kibana:
|
kibana:
|
||||||
image: wazuh/wazuh-kibana:3.8.0_6.5.4
|
image: wazuh/wazuh-kibana:3.8.1_6.5.4
|
||||||
hostname: kibana
|
hostname: kibana
|
||||||
restart: always
|
restart: always
|
||||||
# ports:
|
# ports:
|
||||||
@@ -76,7 +76,7 @@ services:
|
|||||||
- elasticsearch:elasticsearch
|
- elasticsearch:elasticsearch
|
||||||
- wazuh:wazuh
|
- wazuh:wazuh
|
||||||
nginx:
|
nginx:
|
||||||
image: wazuh/wazuh-nginx:3.8.0_6.5.4
|
image: wazuh/wazuh-nginx:3.8.1_6.5.4
|
||||||
hostname: nginx
|
hostname: nginx
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
||||||
FROM docker.elastic.co/kibana/kibana:6.5.4
|
FROM docker.elastic.co/kibana/kibana:6.5.4
|
||||||
ARG WAZUH_APP_VERSION=3.8.0_6.5.4
|
ARG WAZUH_APP_VERSION=3.8.1_6.5.4
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
|
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
||||||
FROM phusion/baseimage:latest
|
FROM phusion/baseimage:latest
|
||||||
ARG FILEBEAT_VERSION=6.5.4
|
ARG FILEBEAT_VERSION=6.5.4
|
||||||
ARG WAZUH_VERSION=3.8.0-1
|
ARG WAZUH_VERSION=3.8.1-1
|
||||||
|
|
||||||
|
|
||||||
# Updating image
|
# Updating image
|
||||||
|
|||||||
Reference in New Issue
Block a user