2019-04-20 20:13:31 UTC
62.7 MB
noninteractive
LC_ALLC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
QEMU_CPUarm1176
UDEVoff
[#000] sha256:1604b462b16af1318dd6783b9cc4bdff22d0e8f44884f39dcee88fc08ae476f0 - 66.11% (41.4 MB)
[#001] sha256:979b699f2f10c8a3bf4e9b3724eb9c2de6211277db04bb5d3c0308f9f2f62f5e - 0.0% (305 Bytes)
[#002] sha256:ff8ba95f07e1ec1401fd8600b38969b48e1aaac636b8bff38ae01c736fa54bca - 0.0% (257 Bytes)
[#003] sha256:0a2a173e4f9b2107deeebd9f8c3b73a63398ec235cd04f11777f7aa06a10e103 - 0.0% (880 Bytes)
[#004] sha256:7e27e681e5d6953d22f6a138430938e05f9f2e6464183fd18e8a8d62b7fd59fd - 0.0% (414 Bytes)
[#005] sha256:9d41a452e6f5aed9f3f41cbf0206616bd2643ab1e7284037a0e58d06607e5424 - 2.72% (1.7 MB)
[#006] sha256:523f1c4f5eb841d4b247a8255095defdf608e1a4c28ed5dda1b58cc8b34e08f7 - 1.76% (1.1 MB)
[#007] sha256:dcd33d8b26fd97420927ec9c5436a66f78f7a399156200c4a206080322879eb7 - 0.72% (463 KB)
[#008] sha256:faba050838b9fed8787de6b1c739eafdb25f194f68498cdbfddf05158aca169d - 0.0% (272 Bytes)
[#009] sha256:9b870d68f6e11bdefbb28382a4279d8b6fc742b4a10ced630960ee93e05836c0 - 0.0% (258 Bytes)
[#010] sha256:f67f12bc9cc3f5a87061e4360edff258d24cfef98dd93b9eba3bab693cee6b23 - 0.0% (892 Bytes)
[#011] sha256:4eeda1f3732b163bfc0a0baa443f884521ad830b4f4f8592f471f5cda2f29bc8 - 15.68% (9.82 MB)
[#012] sha256:701c849f6ee0bef57bd234ecc440956c4aa0024c2ba512e9b436e4c769658ade - 0.0% (92 Bytes)
[#013] sha256:d705506d4897a4044a05f5791c01246068467e57834065cb9fee16abc456e6c9 - 13.01% (8.15 MB)
/bin/sh -c #(nop) ADD file:e1d21701fbf978c8f56437ccb13c9b838d8c436d8c68782a1a8c97e3612f0267 in /
2019-03-06 14:02:09 UTC/bin/sh -c #(nop) COPY file:7e96bef641cb464ab5ecebb3e587e9602e44343ea6ef5053120a1bc89b195904 in /etc/dpkg/dpkg.cfg.d/
2019-03-06 14:02:10 UTC/bin/sh -c #(nop) COPY file:fee64614e449c34ea8ea69a2f3263d8c44f49bd0bee3761919ca8e29080c755c in /etc/apt/apt.conf.d/
2019-03-06 14:02:12 UTC/bin/sh -c #(nop) COPY file:46e7969f331d8842524eb47b6e4626a17a02dd6c2381679e9a19681bdca54070 in /usr/bin/entry.sh
2019-03-06 14:02:14 UTC/bin/sh -c mkdir -p /usr/share/man/man1
2019-03-06 14:02:15 UTC/bin/sh -c #(nop) ENV LC_ALL=C.UTF-8
2019-03-06 14:02:16 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-03-06 14:02:17 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2019-03-06 14:02:17 UTC/bin/sh -c #(nop) ENV UDEV=off
2019-03-06 14:02:18 UTC/bin/sh -c #(nop) LABEL io.balena.architecture=rpi io.balena.qemu.version= io.balena.device-type=raspberrypi
2019-03-06 14:02:19 UTC/bin/sh -c #(nop) ENV QEMU_CPU=arm1176
2019-03-06 14:02:21 UTC/bin/sh -c echo '#!/bin/sh\nset -e\nset -u\nexport DEBIAN_FRONTEND=noninteractive\nn=0\nmax=2\nuntil [ $n -gt $max ]; do\n set +e\n (\n apt-get update -qq &&\n apt-get install -y --no-install-recommends "$@"\n )\n CODE=$?\n set -e\n if [ $CODE -eq 0 ]; then\n break\n fi\n if [ $n -eq $max ]; then\n exit $CODE\n fi\n echo "apt failed, retrying"\n n=$(($n + 1))\ndone\nrm -r /var/lib/apt/lists/*' > /usr/sbin/install_packages && chmod 0755 "/usr/sbin/install_packages"
2019-03-06 14:02:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/entry.sh"]
2019-03-06 14:02:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-04-01 19:40:48 UTC/bin/sh -c #(nop) LABEL io.balena.architecture=rpi
2019-04-01 19:40:49 UTC/bin/sh -c #(nop) LABEL io.balena.qemu.version=3.0.0+resin-arm
2019-04-01 19:40:51 UTC/bin/sh -c #(nop) COPY file:f41cb8a4ab74a9bbe0a5955b10b7df7bdee3fe93f2677c5faea3399f3ac38623 in /usr/bin
2019-04-01 19:41:20 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends sudo ca-certificates findutils gnupg dirmngr inetutils-ping netbase curl udev procps $( if apt-cache show 'iproute' 2>/dev/null | grep -q '^Version:'; then echo 'iproute'; else echo 'iproute2'; fi ) && rm -rf /var/lib/apt/lists/* && echo '#!/bin/sh\nset -e\nset -u\nexport DEBIAN_FRONTEND=noninteractive\nn=0\nmax=2\nuntil [ $n -gt $max ]; do\n set +e\n (\n apt-get update -qq &&\n apt-get install -y --no-install-recommends "$@"\n )\n CODE=$?\n set -e\n if [ $CODE -eq 0 ]; then\n break\n fi\n if [ $n -eq $max ]; then\n exit $CODE\n fi\n echo "apt failed, retrying"\n n=$(($n + 1))\ndone\nrm -r /var/lib/apt/lists/*' > /usr/sbin/install_packages && chmod 0755 "/usr/sbin/install_packages"
2019-04-01 19:41:23 UTC/bin/sh -c curl -SLO "http://resin-packages.s3.amazonaws.com/resin-xbuild/v1.0.0/resin-xbuild1.0.0.tar.gz" && echo "1eb099bc3176ed078aa93bd5852dbab9219738d16434c87fc9af499368423437 resin-xbuild1.0.0.tar.gz" | sha256sum -c - && tar -xzf "resin-xbuild1.0.0.tar.gz" && rm "resin-xbuild1.0.0.tar.gz" && chmod +x resin-xbuild && mv resin-xbuild /usr/bin && ln -s resin-xbuild /usr/bin/cross-build-start && ln -s resin-xbuild /usr/bin/cross-build-end
2019-04-01 19:41:23 UTC/bin/sh -c #(nop) ENV LC_ALL=C.UTF-8
2019-04-01 19:41:24 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2019-04-01 19:41:25 UTC/bin/sh -c #(nop) ENV UDEV=off
2019-04-01 19:41:27 UTC/bin/sh -c echo 'path-exclude /usr/share/doc/*\npath-include /usr/share/doc/*/copyright\npath-exclude /usr/share/man/*\npath-exclude /usr/share/groff/*\npath-exclude /usr/share/info/*\npath-exclude /usr/share/lintian/*\npath-exclude /usr/share/linda/*\npath-exclude /usr/share/locale/*\npath-include /usr/share/locale/en*' > /etc/dpkg/dpkg.cfg.d/01_nodoc
2019-04-01 19:41:28 UTC/bin/sh -c echo 'APT::Get::Assume-Yes "true";\nAPT::Install-Recommends "0";\nAPT::Install-Suggests "0";\nquiet "true";' > /etc/apt/apt.conf.d/01_buildconfig
2019-04-01 19:41:30 UTC/bin/sh -c mkdir -p /usr/share/man/man1
2019-04-01 19:41:31 UTC/bin/sh -c #(nop) COPY file:fea3d7674061044c6a805cfa75a17407a2a6b43aa67790d11451ea2c0d4a9e6f in /usr/bin/entry.sh
2019-04-01 19:41:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/entry.sh"]
2019-04-02 17:56:29 UTC/bin/sh -c #(nop) LABEL io.balena.device-type=raspberry-pi
2019-04-02 17:57:08 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends less kmod nano net-tools ifupdown iputils-ping i2c-tools usbutils && rm -rf /var/lib/apt/lists/*
2019-04-07 20:28:52 UTC/bin/sh -c #(nop) WORKDIR /app
2019-04-20 20:13:30 UTC/bin/sh -c #(nop) COPY dir:cda76f17c6911c12358a64227e42f3f4bd15371be06d2b5bfa66cd22c2236dd3 in /app/
2019-04-20 20:13:31 UTC/bin/sh -c #(nop) EXPOSE 8000/tcp
2019-04-20 20:13:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["./webrtc-streamer"]
2019-04-20 20:13:31 UTC/bin/sh -c #(nop) CMD ["-a" "-C" "config.json" "screen://"]
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.