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"]
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 .
Content type
Image
Digest
sha256:fe748cbbd…
Size
111 MB
Last updated
over 3 years ago
docker pull sigmaprime/filebeat:8.7.1