Namespace
falcosecurity
Image / Tag
falco:0.36.0-rc3
Content Digest
sha256:b454240fa15789a7f41d7261eedb09228521f2da1d9c1b9f6717a7c1cb552ffb
Details
Created

2023-09-21 17:29:07 UTC

Size

346 MB

Content Digest
Labels
  • maintainer
    cncf-falco-dev@lists.cncf.io
  • org.opencontainers.image.source
    https://github.com/falcosecurity/falco
  • 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

Environment
FALCO_VERSION

0.36.0-rc3

HOME

/root

HOST_ROOT

/host

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

VERSION_BUCKET

deb-dev


Layers

[#000] sha256:167b8a53ca4504bc6aa3182e336fa96f4ef76875d158c1933d3e2fa19c57e0c3 - 13.65% (47.3 MB)

[#001] sha256:55fc9b1aef8ce7ef2ffe368fad730966a0d50a5b58af18f5577331448697cba4 - 0.0% (1.97 KB)

[#002] sha256:d383b55ce8e08205d243967d4082c5f73767a358dab314523b01ad1d863571c1 - 75.44% (261 MB)

[#003] sha256:eef92740e23b7090914754d451b0b8de2e0033729d138626a4683137213752ff - 10.9% (37.7 MB)

[#004] sha256:4b8cb9dbaee2c0800e8aeb257743f7a1bf484e244dd1d984d7329d0a6243755c - 0.0% (16.2 KB)

[#005] sha256:669905ca4d205676a6ca73df680c0b31f5122ad3a96f14cefe96d07d665760ca - 0.0% (151 Bytes)

[#006] sha256:26740e719f1bc36cb5ae632125a56159dda18e7f6b3850418de565c87599b484 - 0.0% (829 Bytes)


History
2023-09-20 04:55:26 UTC

/bin/sh -c #(nop) ADD file:ce04d6a354feaef93795269c859f36667fce9efda23c61b37d7060263b66ed4e in /

2023-09-20 04:55:26 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

LABEL maintainer=cncf-falco-dev@lists.cncf.io

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/falcosecurity/falco

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

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

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

ARG FALCO_VERSION=latest

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

ARG VERSION_BUCKET=deb

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

ENV VERSION_BUCKET=deb-dev

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

ENV FALCO_VERSION=0.36.0-rc3

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

ENV HOST_ROOT=/host

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

ENV HOME=/root

2023-09-21 17:28:33 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 FALCO_VERSION=0.36.0-rc3 VERSION_BUCKET=deb-dev /bin/sh -c cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root # buildkit

2023-09-21 17:28:59 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 FALCO_VERSION=0.36.0-rc3 VERSION_BUCKET=deb-dev /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates clang curl dkms gcc gcc-11 gnupg2 jq libelf1 llvm make && rm -rf /var/lib/apt/lists/* # buildkit

2023-09-21 17:29:06 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 FALCO_VERSION=0.36.0-rc3 VERSION_BUCKET=deb-dev /bin/sh -c curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - && echo "deb https://download.falco.org/packages/${VERSION_BUCKET} stable main" | tee -a /etc/apt/sources.list.d/falcosecurity.list && apt-get update -y && if [ "$FALCO_VERSION" = "latest" ]; then apt-get install -y --no-install-recommends falco; else apt-get install -y --no-install-recommends falco=${FALCO_VERSION}; fi && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2023-09-21 17:29:06 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 FALCO_VERSION=0.36.0-rc3 VERSION_BUCKET=deb-dev /bin/sh -c sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new && mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml # buildkit

2023-09-21 17:29:07 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 FALCO_VERSION=0.36.0-rc3 VERSION_BUCKET=deb-dev /bin/sh -c rm -df /lib/modules && ln -s $HOST_ROOT/lib/modules /lib/modules # buildkit

2023-09-21 17:29:07 UTC (buildkit.dockerfile.v0)

COPY ./docker-entrypoint.sh / # buildkit

2023-09-21 17:29:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2023-09-21 17:29:07 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/falco"]

Details
Created

2023-09-21 17:29:37 UTC

Size

332 MB

Content Digest
Labels
  • maintainer
    cncf-falco-dev@lists.cncf.io
  • org.opencontainers.image.source
    https://github.com/falcosecurity/falco
  • 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

Environment
FALCO_VERSION

0.36.0-rc3

HOME

/root

HOST_ROOT

/host

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

VERSION_BUCKET

deb-dev


Layers

[#000] sha256:796cc43785ac3cd0081892bd48e545a0615415265b60c794fdf81ac95b034213 - 14.24% (47.3 MB)

[#001] sha256:c723bba15855a1584fb88552fcfb2c658e6cda1ec40891349cfd240eab658aa2 - 0.0% (1.98 KB)

[#002] sha256:71dc43e30d648f899ff7726f739d016cda531fa0191c4115c90610b856801a34 - 75.14% (250 MB)

[#003] sha256:858f364cf670fb073ca0a46fe81e9471e38ebfb1bb20c9540a5b5906c6551ada - 10.62% (35.3 MB)

[#004] sha256:279c2067dce18c95e1453434b47375ce079c4a8badef5b15cb40d060e522bf40 - 0.0% (16.2 KB)

[#005] sha256:72502614b6ad49566ea537d934fab7b67536f5f741a226395cd78f31c54ebadd - 0.0% (151 Bytes)

[#006] sha256:2cdb0290d9054daeb211241c4de17ded1080f2515ad225d3e9d3461e757b6365 - 0.0% (828 Bytes)


History
2023-09-20 02:44:04 UTC

/bin/sh -c #(nop) ADD file:7a0adbde6e967e2bcaafa69f04fabdec993025645c8d0d51acc991a31b404eed in /

2023-09-20 02:44:05 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-09-21 17:28:54 UTC

/bin/sh -c #(nop) LABEL maintainer=cncf-falco-dev@lists.cncf.io

2023-09-21 17:28:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/falcosecurity/falco

2023-09-21 17:28:54 UTC

/bin/sh -c #(nop) 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

2023-09-21 17:28:54 UTC

/bin/sh -c #(nop) ARG TARGETARCH

2023-09-21 17:28:54 UTC

/bin/sh -c #(nop) ARG FALCO_VERSION=latest

2023-09-21 17:28:54 UTC

/bin/sh -c #(nop) ARG VERSION_BUCKET=deb

2023-09-21 17:28:55 UTC

/bin/sh -c #(nop) ENV VERSION_BUCKET=deb-dev

2023-09-21 17:28:55 UTC

/bin/sh -c #(nop) ENV FALCO_VERSION=0.36.0-rc3

2023-09-21 17:28:55 UTC

/bin/sh -c #(nop) ENV HOST_ROOT=/host

2023-09-21 17:28:55 UTC

/bin/sh -c #(nop) ENV HOME=/root

2023-09-21 17:28:55 UTC

|1 TARGETARCH=arm64 /bin/sh -c cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root

2023-09-21 17:29:25 UTC

|1 TARGETARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates clang curl dkms gcc gcc-11 gnupg2 jq libelf1 llvm make && rm -rf /var/lib/apt/lists/*

2023-09-21 17:29:35 UTC

|1 TARGETARCH=arm64 /bin/sh -c curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - && echo "deb https://download.falco.org/packages/${VERSION_BUCKET} stable main" | tee -a /etc/apt/sources.list.d/falcosecurity.list && apt-get update -y && if [ "$FALCO_VERSION" = "latest" ]; then apt-get install -y --no-install-recommends falco; else apt-get install -y --no-install-recommends falco=${FALCO_VERSION}; fi && apt-get clean && rm -rf /var/lib/apt/lists/*

2023-09-21 17:29:36 UTC

|1 TARGETARCH=arm64 /bin/sh -c sed -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' < /etc/falco/falco.yaml > /etc/falco/falco.yaml.new && mv /etc/falco/falco.yaml.new /etc/falco/falco.yaml

2023-09-21 17:29:37 UTC

|1 TARGETARCH=arm64 /bin/sh -c rm -df /lib/modules && ln -s $HOST_ROOT/lib/modules /lib/modules

2023-09-21 17:29:37 UTC

/bin/sh -c #(nop) COPY file:ea6ea45dce4f49cc974e2fb24aa61cc43d1a9d9d5096709e1160d20b43e2e7b9 in /

2023-09-21 17:29:37 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2023-09-21 17:29:37 UTC

/bin/sh -c #(nop) CMD ["/usr/bin/falco"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete