mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-28 19:16:23 -04:00
debugd: provide filebeat with systemd libs (#3205)
This commit is contained in:
parent
3b64e654d1
commit
8aed4bb0fe
@ -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 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/
|
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"]
|
ENTRYPOINT ["/usr/share/filebeat/bin/filebeat", "-e", "--path.home", "/usr/share/filebeat", "--path.data", "/usr/share/filebeat/data"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user