build(image): added label for ubi version and updated description labels

Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
This commit is contained in:
Frederico Araujo
2022-03-15 14:54:21 -04:00
committed by poiana
parent b18f2084c0
commit 9aa9ad9ee0

View File

@@ -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