Change v6.8.1 version to v6.8.2 (#237)

Former-commit-id: c427c971a4
This commit is contained in:
Mayte Ariza
2019-09-05 17:18:55 +02:00
committed by AlfonsoRBJ
parent 7cb82937dc
commit 4c3f149428
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.1
FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.2
ENV ALERTS_SHARDS="1" \
ALERTS_REPLICAS="0"
@@ -11,7 +11,7 @@ ENV XPACK_ML="true"
ENV ENABLE_CONFIGURE_S3="false"
ENV TEMPLATE_VERSION=v3.9.3
ENV TEMPLATE_VERSION=v3.9.4
# This CA is created for testing. Please set your own CA zip containing the key and the signed certificate.
@@ -61,7 +61,7 @@ COPY --chown=elasticsearch:elasticsearch ./config/load_settings.sh ./
RUN chmod +x ./load_settings.sh
RUN bin/elasticsearch-plugin install --batch https://artifacts.elastic.co/downloads/elasticsearch-plugins/repository-s3/repository-s3-6.8.1.zip
RUN bin/elasticsearch-plugin install --batch https://artifacts.elastic.co/downloads/elasticsearch-plugins/repository-s3/repository-s3-6.8.2.zip
COPY config/configure_s3.sh ./config/configure_s3.sh
RUN chmod 755 ./config/configure_s3.sh

View File

@@ -1,6 +1,6 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/kibana/kibana:6.8.1
ARG WAZUH_APP_VERSION=3.9.3_6.8.1
FROM docker.elastic.co/kibana/kibana:6.8.2
ARG WAZUH_APP_VERSION=3.9.4_6.8.2
USER root
ADD https://packages-dev.wazuh.com/pre-release/app/kibana/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp

View File

@@ -1,5 +1,5 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
FROM docker.elastic.co/logstash/logstash:6.8.1
FROM docker.elastic.co/logstash/logstash:6.8.2
COPY --chown=logstash:logstash config/entrypoint.sh /entrypoint.sh

View File

@@ -2,7 +2,7 @@
FROM phusion/baseimage:latest
# Arguments
ARG FILEBEAT_VERSION=6.8.1
ARG FILEBEAT_VERSION=6.8.2
ARG WAZUH_VERSION=3.9.4-1
# Environment variables