mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-06 04:53:36 +01:00
Update to v9.1.4
This commit is contained in:
committed by
GitHub
parent
e51e80e09b
commit
3fa56d2015
@@ -1,3 +1,3 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-9.1.3}
|
||||
FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-9.1.4}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-9.1.3}
|
||||
FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-9.1.4}
|
||||
|
||||
# Ensure the 'state' directory exists and is owned by the 'elastic-agent' user,
|
||||
# otherwise mounting a named volume in that location creates a directory owned
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-9.1.3}
|
||||
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-9.1.4}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-9.1.3}
|
||||
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION:-9.1.4}
|
||||
|
||||
Reference in New Issue
Block a user