Sign inSign up

sigmaprime/filebeat

By sigmaprime

•Updated over 3 years ago

Image
0

281

sigmaprime/filebeat repository overview

⁠Dockerfile
FROM debian:bullseye-slim

COPY filebeat-8.4.3-*64.deb /tmp/

RUN dpkg -i /tmp/filebeat-8.4.3-*64.deb || true; rm /tmp/filebeat-8.4.3-*64.deb || true

ENTRYPOINT ["/usr/share/filebeat/bin/filebeat", "--environment", "container", "-c", "/usr/share/filebeat/filebeat.yml"]
⁠Building

We do a cross build to cover both AMD64 and ARM64 in one image:
docker buildx build --platform=linux/amd64,linux/arm64 -t sigmaprime/filebeat:8.4.3 .

Tag summary

Content type

Image

Digest

sha256:fe748cbbd…

Size

111 MB

Last updated

over 3 years ago

docker pull sigmaprime/filebeat:8.7.1