Skip to content

Commit

Permalink
fix(docker/falco-debian): usage label
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr and ekoops committed Nov 5, 2024
1 parent 245aa2e commit 583f50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/falco-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:12-slim
LABEL maintainer="cncf-falco-dev@lists.cncf.io"
LABEL org.opencontainers.image.source="https://github.com/falcosecurity/falco/docker/falco-debian"

LABEL usage="docker run -i -t -v /var/run/docker.sock:/host/var/run/docker.sock -v /dev:/host/dev -v /proc:/host/proc:ro falcosecurity/falco:latest-debian"
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-debian"

ARG FALCO_VERSION
ARG VERSION_BUCKET=deb
Expand All @@ -15,7 +15,7 @@ ENV HOST_ROOT /host
ENV HOME /root

RUN apt-get -y update && apt-get -y install ca-certificates curl jq libelf1 ca-certificates gnupg2 \
&& apt clean -y && rm -rf /var/lib/apt/lists/*
&& apt clean -y && rm -rf /var/lib/apt/lists/*

WORKDIR /

Expand Down

0 comments on commit 583f50e

Please sign in to comment.