File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ELASTIC_VERSION = 8.19.5
1+ ELASTIC_VERSION = 8.19.6
22
33# # Passwords for stack users
44#
Original file line number Diff line number Diff line change @@ -20,23 +20,14 @@ jobs:
2020 steps :
2121 - uses : actions/checkout@v4
2222
23- # ####################################################
24- # #
25- # Install all dependencies required by test suites. #
26- # #
27- # ####################################################
23+ # ################################################
24+ # #
25+ # Install dependencies required by test suites. #
26+ # #
27+ # ################################################
2828
29- - name : Pre-build container images
30- run : >-
31- docker compose
32- -f docker-compose.yml
33- -f extensions/fleet/fleet-compose.yml
34- -f extensions/fleet/agent-apmserver-compose.yml
35- -f extensions/metricbeat/metricbeat-compose.yml
36- -f extensions/filebeat/filebeat-compose.yml
37- -f extensions/heartbeat/heartbeat-compose.yml
38- -f extensions/enterprise-search/enterprise-search-compose.yml
39- build
29+ - name : Pre-build setup container images
30+ run : docker compose --profile=setup build setup kibana
4031
4132 # #######################################################
4233 # #
@@ -194,7 +185,7 @@ jobs:
194185 - name : Terminate all components
195186 if : always()
196187 run : >-
197- docker compose
188+ docker compose --profile=setup
198189 -f docker-compose.yml
199190 -f extensions/fleet/fleet-compose.yml
200191 -f extensions/fleet/agent-apmserver-compose.yml
Original file line number Diff line number Diff line change 11# Elastic stack (ELK) on Docker
22
3- [ ![ Elastic Stack version] ( https://img.shields.io/badge/Elastic%20Stack-8.19.5 -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.19.6 -00bfb3?style=flat&logo=elastic-stack )] ( https://www.elastic.co/blog/category/releases )
44[ ![ Build Status] ( https://github.com/deviantony/docker-elk/actions/workflows/ci.yml/badge.svg?branch=release-8.x )] ( https://github.com/deviantony/docker-elk/actions/workflows/ci.yml?query=branch%3Arelease-8.x )
55
66Run the version 8.x of the [ Elastic stack] [ elk-stack ] with Docker and Docker Compose.
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
33# https://www.docker.elastic.co/
4- FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.19.5 }
4+ FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.19.6 }
55
66# Add your elasticsearch plugins setup here
77# Example: RUN elasticsearch-plugin install analysis-icu
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
33# https://www.docker.elastic.co/
4- FROM docker.elastic.co/enterprise-search/enterprise-search:${ELASTIC_VERSION:-8.19.5 }
4+ FROM docker.elastic.co/enterprise-search/enterprise-search:${ELASTIC_VERSION:-8.19.6 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-8.19.5 }
3+ FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-8.19.6 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-8.19.5 }
3+ FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-8.19.6 }
44
55# Ensure the 'state' directory exists and is owned by the 'elastic-agent' user,
66# otherwise mounting a named volume in that location creates a directory owned
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-8.19.5 }
3+ FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-8.19.6 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
3- FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-8.19.5 }
3+ FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-8.19.6 }
Original file line number Diff line number Diff line change 11ARG ELASTIC_VERSION
22
33# https://www.docker.elastic.co/
4- FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-8.19.5 }
4+ FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-8.19.6 }
55
66# Add your kibana plugins setup here
77# Example: RUN kibana-plugin install <name|url>
You can’t perform that action at this time.
0 commit comments