From df25a22634d599f49deedd487499c00939897968 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 2 Jun 2017 12:02:11 -0500 Subject: [PATCH] [es] Upgrade to 5.4.1 --- elasticsearch/Dockerfile | 2 +- elasticsearch/docker-compose-localbuild.yml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 394825e6..bd1930fc 100755 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer "itzg" RUN apk -U add bash -ENV ES_VERSION=5.4.0 +ENV ES_VERSION=5.4.1 ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz RUN cd /usr/share && \ diff --git a/elasticsearch/docker-compose-localbuild.yml b/elasticsearch/docker-compose-localbuild.yml index 76b1cba2..b92b76ea 100644 --- a/elasticsearch/docker-compose-localbuild.yml +++ b/elasticsearch/docker-compose-localbuild.yml @@ -7,20 +7,11 @@ services: TYPE: MASTER UNICAST_HOSTS: master MIN_MASTERS: 1 - deploy: - replicas: 1 - update_config: - parallelism: 1 data: build: . environment: TYPE: DATA UNICAST_HOSTS: master - deploy: - replicas: 2 - update_config: - parallelism: 1 - delay: 60s gateway: build: . ports: