Namespace
falcosecurity
Image / Tag
falco:0.13.1
Content Digest
sha256:8769319e2d2b0ea28811ccfd042c2ed7ef8a5183d498979837e08dc498351c95
Details
Created

2019-01-18 00:52:51 UTC

Size

257 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:0352a27688b9dca4135ea46d2a56f76667e1ea1e9d3fee7ab45a5545089a1d08 - 18.48% (47.5 MB)

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

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

[#003] sha256:2f77d903aa241affb6951a810e1830feed1608d3593615b48a03fb78cb3d4abe - 75.41% (194 MB)

[#004] sha256:458c4f843f07fbf2f57950db83f758f6372c8602785cc16409d2584c532c2f41 - 0.0% (150 Bytes)

[#005] sha256:e9ed3dd8792c7a690cb2789a710c257bd7e9bc4f6befdf892ee0bd75bc2a06aa - 0.0% (171 Bytes)

[#006] sha256:d5b493943fa80b7276fbb300614cb46199ce9422ba94225c4cc33173bc30af7f - 1.32% (3.38 MB)

[#007] sha256:54b071f58e0d703b1a12a1a3fb6bbbbdd4c883ff7c5673e24d63a49ffca703b7 - 0.0% (152 Bytes)

[#008] sha256:df0cf01cc7e998934e77e643759d75205b19e88f5290c99cb4090e78c573113a - 4.8% (12.3 MB)

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


History
2018-12-28 23:31:21 UTC

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

2018-12-28 23:31:22 UTC

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

2019-01-18 00:49:14 UTC

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

2019-01-18 00:49:14 UTC

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

2019-01-18 00:49:15 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

2019-01-18 00:49:15 UTC

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

2019-01-18 00:49:15 UTC

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

2019-01-18 00:49:17 UTC

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

2019-01-18 00:49:18 UTC

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

2019-01-18 00:52:08 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/*

2019-01-18 00:52:10 UTC

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

2019-01-18 00:52:12 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

2019-01-18 00:52:35 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/*

2019-01-18 00:52:37 UTC

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

2019-01-18 00:52:50 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

2019-01-18 00:52:50 UTC

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

2019-01-18 00:52:50 UTC

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

2019-01-18 00:52:51 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