2019-10-31 14:22:39 UTC
78.8 MB
stable
HOME/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SYSDIG_HOST_ROOT/host
[#000] sha256:22e816666fd6516bccd19765947232debc14a5baf2418b2202fd67b3807b6b91 - 32.31% (25.5 MB)
[#001] sha256:079b6d2a1e53c648abc48222c63809de745146c2ee8322a1b9e93703318290d6 - 0.04% (34.5 KB)
[#002] sha256:11048ebae90883c19c9b20f003d5dd2f5bbf5b48556dabf06c8ea5c871c8debe - 0.0% (849 Bytes)
[#003] sha256:c58094023a2e61ef9388e283026c5d6a4b6ff6d10d4f626e866d38f061e79bb9 - 0.0% (162 Bytes)
[#004] sha256:4b0c676b009b8adb23c915f5fe12115032b05ea410b60de507d0e5c6e1e85402 - 0.0% (2.14 KB)
[#005] sha256:0d7e9d50a25d3cb21da536a61a3e31576610becc2ec1656390cdc50803988f36 - 0.0% (260 Bytes)
[#006] sha256:2da5c279e268d47b80b5ec9fcb45af2ff38b9413d3231d9c9f1ae696072bf654 - 10.66% (8.4 MB)
[#007] sha256:be031de5e4490437a6c7aa325808ffee56087b8f840fba135429936904477017 - 56.97% (44.9 MB)
[#008] sha256:420fc9c3d213b8de7185e327277acd5b5c1ce944c007447a283ca4abf82f0f02 - 0.0% (2.94 KB)
[#009] sha256:75cc3fca04a32400a85f623cf657d272742219de64c8e31de37ec0c9cccfa476 - 0.0% (138 Bytes)
/bin/sh -c #(nop) ADD file:d13b09e8b3cc98bf0868e2af7a49b14622d2111e2a4e10341859902e43bd872a in /
2019-10-18 18:48:50 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-18 18:48:50 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2019-10-18 18:48:51 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-18 18:48:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-10-31 14:21:54 UTC/bin/sh -c #(nop) LABEL maintainer=opensource@sysdig.com
2019-10-31 14:21:54 UTC/bin/sh -c #(nop) ENV FALCO_REPOSITORY=stable
2019-10-31 14:21:54 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-10-31 14:21:54 UTC/bin/sh -c #(nop) ENV SYSDIG_HOST_ROOT=/host
2019-10-31 14:21:54 UTC/bin/sh -c #(nop) ENV HOME=/root
2019-10-31 14:21:55 UTC/bin/sh -c cp /etc/skel/.bashrc /root && cp /etc/skel/.profile /root
2019-10-31 14:21:55 UTC/bin/sh -c #(nop) ADD 4b1459a93e93b5f538a982569bf044b60a9d66bf4345b08abb6d8343d931bd7d in /etc/apt/preferences.d/
2019-10-31 14:22:14 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg2 jq && rm -rf /var/lib/apt/lists/*
2019-10-31 14:22:37 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-10-31 14:22:38 UTC/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
2019-10-31 14:22:39 UTC/bin/sh -c rm -df /lib/modules && ln -s $SYSDIG_HOST_ROOT/lib/modules /lib/modules
2019-10-31 14:22:39 UTC/bin/sh -c #(nop) CMD ["/usr/bin/falco" "-o" "time_format_iso_8601=true"]
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.