From af2fe322bb8b5201cf5b95a0526b9d001f9c3ff7 Mon Sep 17 00:00:00 2001 From: Lee Myring Date: Tue, 19 Dec 2017 19:04:00 +0000 Subject: [PATCH] Update version to 6.1.0 (#212) Updated the version of the docker image tags to 6.1.0 and bumped the version of the ELK badge * Linked ELK badge to issue #212 The badge link to the pull request was not updated to reflect the current pull request's number --- README.md | 2 +- elasticsearch/Dockerfile | 2 +- kibana/Dockerfile | 2 +- logstash/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f61cf1b..574a7bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Docker ELK stack [![Join the chat at https://gitter.im/deviantony/docker-elk](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Elastic Stack version](https://img.shields.io/badge/ELK-6.0.0-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/196) +[![Elastic Stack version](https://img.shields.io/badge/ELK-6.1.0-blue.svg?style=flat)](https://github.com/deviantony/docker-elk/issues/212) [![Build Status](https://api.travis-ci.org/deviantony/docker-elk.svg?branch=master)](https://travis-ci.org/deviantony/docker-elk) Run the latest version of the ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose. diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 0ad46d8..c8db7df 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/elastic/elasticsearch-docker -FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.0.0 +FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.0 # Add your elasticsearch plugins setup here # Example: RUN elasticsearch-plugin install analysis-icu diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 1785734..405ebc3 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/elastic/kibana-docker -FROM docker.elastic.co/kibana/kibana-oss:6.0.0 +FROM docker.elastic.co/kibana/kibana-oss:6.1.0 # Add your kibana plugins setup here # Example: RUN kibana-plugin install diff --git a/logstash/Dockerfile b/logstash/Dockerfile index 2269821..7afd3d0 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/elastic/logstash-docker -FROM docker.elastic.co/logstash/logstash-oss:6.0.0 +FROM docker.elastic.co/logstash/logstash-oss:6.1.0 # Add your logstash plugins setup here # Example: RUN logstash-plugin install logstash-filter-json