Files
docker-elk/extensions/fleet/Dockerfile
docker-elk-updater[bot] da07042e4e Update to v7.17.25
2024-10-27 00:29:17 +00:00

9 lines
341 B
Docker

ARG ELASTIC_VERSION
FROM docker.elastic.co/beats/elastic-agent:${ELASTIC_VERSION:-7.17.25}
# 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