Files
docker-elk/extensions/fleet/Dockerfile
docker-elk-updater[bot] f9c5e5f38d Update to v8.19.5
2025-10-12 00:31:27 +00:00

9 lines
348 B
Docker

ARG ELASTIC_VERSION
FROM docker.elastic.co/elastic-agent/elastic-agent:${ELASTIC_VERSION:-8.19.5}
# 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
# by root:root which the 'elastic-agent' user isn't allowed to write to.
RUN mkdir state