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
This commit is contained in:
parent
d71fe53e0d
commit
af2fe322bb
|
@ -1,7 +1,7 @@
|
|||
# Docker ELK stack
|
||||
|
||||
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://github.com/deviantony/docker-elk/issues/196)
|
||||
[](https://github.com/deviantony/docker-elk/issues/212)
|
||||
[](https://travis-ci.org/deviantony/docker-elk)
|
||||
|
||||
Run the latest version of the ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <name|url>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue