mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-28 14:04:42 -05:00
9 lines
434 B
Docker
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"]
|