feat: includes sha on the image labels

Signed-off-by: José Carlos Chávez <jcchavezs@gmail.com>
This commit is contained in:
José Carlos Chávez
2025-07-31 23:21:09 +02:00
committed by poiana
parent 539294595e
commit 1fb0c85b19
2 changed files with 6 additions and 0 deletions

View File

@@ -1,10 +1,13 @@
FROM cgr.dev/chainguard/wolfi-base
ARG FALCO_COMMIT_SHA
LABEL org.opencontainers.image.authors='The Falco Authors https://falco.org' \
org.opencontainers.image.url='https://falco.org' \
org.opencontainers.image.source='https://github.com/falcosecurity/falco' \
org.opencontainers.image.vendor='Falco Organization' \
org.opencontainers.image.licenses='Apache-2.0' \
org.opencontainers.image.revision=${FALCO_COMMIT_SHA} \
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 /proc:/host/proc:ro -v /etc:/host/etc:ro falcosecurity/falco:latest"