Namespace
falcosecurity
Image / Tag
falco:0.13.0
Content Digest
sha256:65c08355cb7ae3174f5c31b3ccfa13d8caecbeda8f09ddac9282a89c1a111058
Details
Created

2018-11-09 23:24:19 UTC

Size

243 MB

Content Digest
Labels
  • RUN
    docker run -i -t -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 --name NAME IMAGE
  • maintainer
    Sysdig <support@sysdig.com>

Environment
FALCO_REPOSITORY

stable

HOME

/root

PATH

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

SYSDIG_HOST_ROOT

/host


Layers

[#000] sha256:8bcabf193e3c9361ea2ddb9d0b9350bd3c496549db4376b79d57c8a22743ffb5 - 19.3% (46.8 MB)

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

[#002] sha256:2e0d256da69fc69f58241faba96b07c5190a364d502552346a7892bc6fa58354 - 0.0% (250 Bytes)

[#003] sha256:b38c25b816167afe91063b4a82fd2b0cbee414cfd8d04383ea270ba1414be0d9 - 74.23% (180 MB)

[#004] sha256:22825106cddb7732b11e725ad9ff7e6b4dfd65f872a1eacdc7e0e3d89929d3fc - 0.0% (150 Bytes)

[#005] sha256:2407e7589f0956522e24333f034c26d128804b3c52bfbb55856509f101f6d57b - 0.0% (172 Bytes)

[#006] sha256:37c4156ff40c5cd9ea24ed6bf2bf751d49bfff86047ae2b9627770cde5669317 - 1.39% (3.37 MB)

[#007] sha256:8d38648737840aae91cf38be65d971f4a64af555918b3a62cab2ef097dbeb406 - 0.0% (153 Bytes)

[#008] sha256:71f6214c526ecf379acebe7c1285134fe91010faccf2e83b18cdaab6061a61f3 - 5.08% (12.3 MB)

[#009] sha256:eaa05e337f4290ae0d83ca5599817ef695cbb4ad19332ff7849951053c63e312 - 0.0% (700 Bytes)


History
2018-10-15 23:25:48 UTC

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

2018-10-15 23:25:49 UTC

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

2018-11-09 23:20:26 UTC

/bin/sh -c #(nop) LABEL maintainer=Sysdig <support@sysdig.com>

2018-11-09 23:20:26 UTC

/bin/sh -c #(nop) ENV FALCO_REPOSITORY=stable

2018-11-09 23:20:26 UTC

/bin/sh -c #(nop) LABEL RUN=docker run -i -t -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 --name NAME IMAGE

2018-11-09 23:20:27 UTC

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

2018-11-09 23:20:27 UTC

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

2018-11-09 23:20:29 UTC

/bin/sh -c cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root

2018-11-09 23:20:30 UTC

/bin/sh -c #(nop) ADD 9fe3235b41b14f034abab8231a0d3b20b01a0b9063e179636b9741d3e4a23d6c in /etc/apt/preferences.d/

2018-11-09 23:23:30 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash-completion bc clang-7 ca-certificates curl dkms gnupg2 gcc gcc-5 gcc-6 jq libc6-dev libelf-dev llvm-7 netcat xz-utils && rm -rf /var/lib/apt/lists/*

2018-11-09 23:23:33 UTC

/bin/sh -c rm -rf /usr/bin/gcc && ln -s /usr/bin/gcc-5 /usr/bin/gcc

2018-11-09 23:23:35 UTC

/bin/sh -c rm -rf /usr/bin/clang && rm -rf /usr/bin/llc && ln -s /usr/bin/clang-7 /usr/bin/clang && ln -s /usr/bin/llc-7 /usr/bin/llc

2018-11-09 23:24:02 UTC

/bin/sh -c curl -s https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public | apt-key add - && curl -s -o /etc/apt/sources.list.d/draios.list http://download.draios.com/$FALCO_REPOSITORY/deb/draios.list && apt-get update && apt-get install -y --no-install-recommends falco && apt-get clean && rm -rf /var/lib/apt/lists/*

2018-11-09 23:24:04 UTC

/bin/sh -c rm -df /lib/modules && ln -s $SYSDIG_HOST_ROOT/lib/modules /lib/modules

2018-11-09 23:24:18 UTC

/bin/sh -c curl -s -o binutils_2.30-22_amd64.deb http://snapshot.debian.org/archive/debian/20180622T211149Z/pool/main/b/binutils/binutils_2.30-22_amd64.deb && curl -s -o libbinutils_2.30-22_amd64.deb http://snapshot.debian.org/archive/debian/20180622T211149Z/pool/main/b/binutils/libbinutils_2.30-22_amd64.deb && curl -s -o binutils-x86-64-linux-gnu_2.30-22_amd64.deb http://snapshot.debian.org/archive/debian/20180622T211149Z/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.30-22_amd64.deb && curl -s -o binutils-common_2.30-22_amd64.deb http://snapshot.debian.org/archive/debian/20180622T211149Z/pool/main/b/binutils/binutils-common_2.30-22_amd64.deb && dpkg -i *binutils*.deb

2018-11-09 23:24:19 UTC

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

2018-11-09 23:24:19 UTC

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

2018-11-09 23:24:19 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