Back to Falco

Falco Dockerfiles

docker/README.md

0.43.13.7 KB
Original Source

Falco Dockerfiles

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

Currently Supported Images

NameDirectoryDescription
falcosecurity/falco:latest, falcosecurity/falco:tag, falcosecurity/falco:masterdocker/falcoDistroless image based on the latest released tar.gz of Falco. No tools are included in the image.
falcosecurity/falco:latest-debian, falcosecurity/falco:tag-debian, falcosecurity/falco:master-debiandocker/falco-debianDebian-based image. Include some tools (i.e. jq, curl). No driver-building toolchain support.
falcosecurity/falco-driver-loader:latest, falcosecurity/falco-driver-loader:tag, falcosecurity/falco-driver-loader:masterdocker/driver-loaderBased on falcosecurity/falco:x.y.z-debian (see above) plus the driver building toolchain support and falcoctl. This is intended to be used as an installer or an init container when modern eBPF cannot be used.
falcosecurity/falco-driver-loader:latest-buster, falcosecurity/falco-driver-loader:tag-buster, falcosecurity/falco-driver-loader:master-debiandocker/driver-loader-busterSimilar to falcosecurity/falco-driver-loader (see above) but based on a legacy Debian image (i.e. buster ). Recommended only for old kernel versions.