constellation/debugd/filebeat/Dockerfile
renovate[bot] 28433ec93e
deps: update fedora:42 Docker digest to aa7befe (#3978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 10:35:22 +02:00

9 lines
434 B
Docker

FROM fedora:42@sha256:aa7befe5cfd1f0e062728c16453cd1c479d4134c7b85eac00172f3025ab0d522 AS release
RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.6.2-x86_64.rpm
RUN dnf install -y systemd-libs
COPY debugd/filebeat/templates/ /usr/share/constellogs/templates/
ENTRYPOINT ["/usr/share/filebeat/bin/filebeat", "-e", "--path.home", "/usr/share/filebeat", "--path.data", "/usr/share/filebeat/data"]