2020-09-24 12:14:44 UTC
466 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c - 5.47% (25.5 MB)
[#001] sha256:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06ddfabf311f2fc5f27e2ff - 0.01% (34.5 KB)
[#002] sha256:8c3b70e3904492c753652606df4726430426f42ea56e06ea924d6fea7ae162a1 - 0.0% (845 Bytes)
[#003] sha256:45d437916d5781043432f2d72608049dcf74ddbd27daa01a25fa63c8f1b9adc4 - 0.0% (162 Bytes)
[#004] sha256:e551bbb0838e4c0bfc5c4aa7d56e6c8be00e6c396ba699f072e6d9754b7ca1f0 - 92.8% (432 MB)
[#005] sha256:2c605357680c8e8d6282a4d592fdf4e2b1e2a82c3781e104457755ef8fa9d80b - 0.87% (4.05 MB)
[#006] sha256:fe2c55074306f2193cf7fe873addaecc22ca9986846dcc59f315377d39bf60e1 - 0.0% (662 Bytes)
[#007] sha256:0a4159673153d33d31fe796cf7f2d98da075b8a62b505f18c20340985ebdb188 - 0.84% (3.91 MB)
[#008] sha256:c06147febaf084c7ae0fb04dd8c59d696d6b0f3903d6c1ae8a31e1741a59efa3 - 0.0% (159 Bytes)
[#009] sha256:551f6a410ea5aa617094fa18d2ac39d03032a6f5f6d31c8c30535b5df70671ea - 0.0% (156 Bytes)
[#010] sha256:d8d0419c97940b3913c4c6b1bbbcce660ad506d61cb51666fa4d49a9783df20a - 0.01% (46 KB)
[#011] sha256:0d83f82895822100b0ca063ade63a2be0d2f2a8218f85f351f62b6160badbbe3 - 0.0% (4.9 KB)
[#012] sha256:821d6af5852f9c85fc681396537cf813a792926f3bcdf917d6bfc6f3de62be8d - 0.0% (931 Bytes)
[#013] sha256:bf87ea967875c87e892e3e23387d5b994b4886945108704199c14010dc892a31 - 0.0% (2.12 KB)
/bin/sh -c #(nop) ADD file:a48a5dc1b9dbfc632f6cf86fe27b770b63f07a115c98c4465dc184e303a4efa1 in /
2019-10-31 22:20:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:20:36 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-31 22:20:37 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:20:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-07 18:35:19 UTC/bin/sh -c #(nop) LABEL [email protected]
2020-09-07 18:35:19 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2020-09-07 18:38:17 UTC/bin/sh -c apt -qq update && apt -qq install --no-install-recommends -y software-properties-common build-essential gnupg wget unzip tzdata && add-apt-repository ppa:deadsnakes/ppa -y && apt -qq install --no-install-recommends -y python3.7 python3.7-dev python3-pip ffmpeg libva-drm2 libva2 i965-va-driver vainfo && python3.7 -m pip install -U pip && python3.7 -m pip install -U wheel setuptools && python3.7 -m pip install -U opencv-python-headless numpy imutils scipy psutil && python3.7 -m pip install -U Flask paho-mqtt PyYAML matplotlib pyarrow click && echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list && wget -q -O - https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && apt -qq update && echo "libedgetpu1-max libedgetpu/accepted-eula boolean true" | debconf-set-selections && apt -qq install --no-install-recommends -y libedgetpu1-max && wget -q https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl && python3.7 -m pip install tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl && rm tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl && rm -rf /var/lib/apt/lists/* && (apt-get autoremove -y; apt-get autoclean -y)
2020-09-07 18:38:21 UTC/bin/sh -c wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite -O /edgetpu_model.tflite --trust-server-names
2020-09-07 18:38:21 UTC/bin/sh -c #(nop) COPY file:c5357fdff75ef1c8b02641691ef3aa3c3c3f97a1d37eda2e70862a935ac85ee4 in /labelmap.txt
2020-09-07 18:38:23 UTC/bin/sh -c wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess.tflite -O /cpu_model.tflite
2020-09-07 18:38:24 UTC/bin/sh -c mkdir /cache /clips
2020-09-07 18:38:25 UTC/bin/sh -c #(nop) WORKDIR /opt/frigate/
2020-09-24 12:14:43 UTC/bin/sh -c #(nop) ADD dir:9bc5ef7d1e6adda75a1c7254f81b40ffd8b59e53d1d0b62a244169eafb91ee0b in frigate/
2020-09-24 12:14:43 UTC/bin/sh -c #(nop) COPY file:b477651db886d8e1d42f87eedb7c0543b78583b221707b5b7584f778bdd7a4bb in .
2020-09-24 12:14:44 UTC/bin/sh -c #(nop) COPY file:519b91c807297b776edf9564002e348defd2385a747a8bcdfb4c1050fbc44510 in .
2020-09-24 12:14:44 UTC/bin/sh -c #(nop) COPY file:b2c8e0ed3da8bc225eab861774b3f8b2a6edd884e79e4f3be07c9872648e5b77 in .
2020-09-24 12:14:44 UTC/bin/sh -c #(nop) CMD ["python3.7" "-u" "detect_objects.py"]
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.