falco/docker
Tom Müller fedde9f7c4 Added http headers option for driver download in docker images
Signed-off-by: Tom Müller <60851960+toamto94@users.noreply.github.com>
2024-02-13 09:56:21 +01:00
..
builder cleanup: remove builder image 2023-08-04 10:32:21 +02:00
driver-loader Added http headers option for driver download in docker images 2024-02-13 09:56:21 +01:00
driver-loader-legacy Added http headers option for driver download in docker images 2024-02-13 09:56:21 +01:00
falco Added http headers option for driver download in docker images 2024-02-13 09:56:21 +01:00
no-driver fix(build): install libstdc++ in the Wolfi image 2024-02-12 14:47:16 +01:00
OWNERS chore(OWNERS): remove duplicates in reviewers 2022-07-20 10:39:56 +02:00
README.md update(docs): add driver-loader-legacy to readme and fix bad c&p 2023-09-12 13:33:35 +02:00

Falco Dockerfiles

This directory contains various ways to package Falco as a container and related tools.

Currently Supported Images

Name Directory Description
falcosecurity/falco:latest, falcosecurity/falco:tag, falcosecurity/falco:master docker/falco Falco (DEB built from git tag or from the master) with all the building toolchain.
falcosecurity/falco-driver-loader:latest, falcosecurity/falco-driver-loader:tag, falcosecurity/falco-driver-loader:master docker/driver-loader falco-driver-loader as entrypoint with the building toolchain.
falcosecurity/falco-no-driver:latest, falcosecurity/falco-no-driver:tag,falcosecurity/falco-no-driver:master docker/no-driver Falco (TGZ built from git tag or from the master) without the building toolchain.
falcosecurity/falco-driver-loader-legacy:latest, falcosecurity/falco-driver-loader-legacy:tag docker/driver-loader-legacy falco-driver-loader as entrypoint with the legacy building toolchain. Recommended for kernels < 4.0

Experimental Images

Name Directory Description
falcosecurity/falco-distroless:latest, falcosecurity/falco-distroless:tag,falcosecurity/falco-distroless:master docker/no-driver/Dockerfile.distroless Falco without the building toolchain built from a distroless base image. This results in a smaller image that has less potentially vulnerable components.