debugd: provide filebeat with systemd libs (#3205)

This commit is contained in:
Markus Rudy 2024-06-27 17:28:15 +02:00 committed by Markus Rudy
parent 3b64e654d1
commit 8aed4bb0fe

View File

@ -2,6 +2,8 @@ FROM fedora:40@sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197
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"]