From 9aa9ad9ee0f5795d7fb2a222aa8a0f4b6a142b77 Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Tue, 15 Mar 2022 14:54:21 -0400 Subject: [PATCH] build(image): added label for ubi version and updated description labels Signed-off-by: Frederico Araujo --- docker/falco/Dockerfile.ubi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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