diff --git a/docker/falco/Dockerfile.ubi b/docker/falco/Dockerfile.ubi index 55c8aa62..9281857b 100644 --- a/docker/falco/Dockerfile.ubi +++ b/docker/falco/Dockerfile.ubi @@ -9,13 +9,15 @@ LABEL "name"="Falco Runtime Security" LABEL "vendor"="Falco" LABEL "version"="${FALCO_VERSION}" LABEL "release"="${FALCO_VERSION}" -LABEL "summary"="Falco is security policy engine that monitors system call and cloud events, and fires alerts when security policies are violated." -LABEL "description"="Falco is security policy engine that monitors system call and cloud events, and fires alerts when security policies are violated." +LABEL "ubi-version"="${UBI_VERSION}" +LABEL "summary"="Falco is a security policy engine that monitors system calls and cloud events, and fires alerts when security policies are violated." +LABEL "description"="Falco is a security policy engine that monitors system calls and cloud events, and fires alerts when security policies are violated." LABEL "io.k8s.display-name"="Falco" -LABEL "io.k8s.description"="Falco is security policy engine that monitors system call and cloud events, and fires alerts when security policies are violated." +LABEL "io.k8s.description"="Falco is a security policy engine that monitors system calls and cloud events, and fires alerts when security policies are violated." LABEL maintainer="cncf-falco-dev@lists.cncf.io" LABEL usage="docker run -i -t --privileged -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro -v /boot:/host/boot:ro -v /lib/modules:/host/lib/modules:ro -v /usr:/host/usr:ro -v /etc:/host/etc --name NAME IMAGE" + ENV HOST_ROOT /host ENV HOME /root