File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- ELASTIC_VERSION = 8.17.0
1
+ ELASTIC_VERSION = 8.17.1
2
2
3
3
# # Passwords for stack users
4
4
#
Original file line number Diff line number Diff line change 1
1
# Elastic stack (ELK) on Docker
2
2
3
- [ ![ Elastic Stack version] ( https://img.shields.io/badge/Elastic%20Stack-8.17.0 -00bfb3?style=flat&logo=elastic-stack )] ( https://www.elastic.co/blog/category/releases )
3
+ [ ![ Elastic Stack version] ( https://img.shields.io/badge/Elastic%20Stack-8.17.1 -00bfb3?style=flat&logo=elastic-stack )] ( https://www.elastic.co/blog/category/releases )
4
4
[ ![ Build Status] ( https://github.com/deviantony/docker-elk/workflows/CI/badge.svg?branch=tls )] ( https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Atls )
5
5
[ ![ Join the chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://app.gitter.im/#/room/#deviantony_docker-elk:gitter.im )
6
6
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
3
# https://www.docker.elastic.co/
4
- FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.17.0 }
4
+ FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.17.1 }
5
5
6
6
# Add your elasticsearch plugins setup here
7
7
# Example: RUN elasticsearch-plugin install analysis-icu
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
3
# https://www.docker.elastic.co/
4
- FROM docker.elastic.co/enterprise-search/enterprise-search:${ELASTIC_VERSION:-8.17.0 }
4
+ FROM docker.elastic.co/enterprise-search/enterprise-search:${ELASTIC_VERSION:-8.17.1 }
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
- FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-8.17.0 }
3
+ FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-8.17.1 }
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
- FROM docker.elastic.co/beats/elastic-agent:${ELASTIC_VERSION:-8.17.0 }
3
+ FROM docker.elastic.co/beats/elastic-agent:${ELASTIC_VERSION:-8.17.1 }
4
4
5
5
# Ensure the 'state' directory exists and is owned by the 'elastic-agent' user,
6
6
# otherwise mounting a named volume in that location creates a directory owned
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
- FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-8.17.0 }
3
+ FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-8.17.1 }
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
- FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-8.17.0 }
3
+ FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-8.17.1 }
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
3
# https://www.docker.elastic.co/
4
- FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-8.17.0 }
4
+ FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-8.17.1 }
5
5
6
6
# Add your kibana plugins setup here
7
7
# Example: RUN kibana-plugin install <name|url>
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
3
# https://www.docker.elastic.co/
4
- FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-8.17.0 }
4
+ FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-8.17.1 }
5
5
6
6
# Add your logstash plugins setup here
7
7
# Example: RUN logstash-plugin install logstash-filter-json
Original file line number Diff line number Diff line change 1
1
ARG ELASTIC_VERSION
2
2
3
3
# https://www.docker.elastic.co/
4
- FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.17.0 }
4
+ FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.17.1 }
5
5
6
6
ENTRYPOINT ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments