Namespace
mpromonet
Image / Tag
webrtc-streamer:v0.8.2-arm32v7
Content Digest
sha256:12126b7fb889c069a372d497e882f3c389d17a5f4b15755e7b1dc36c06781a59
Details
Created

2023-08-07 18:15:10 UTC

Size

73.4 MB

Content Digest
Labels
  • io.balena.architecture
    armv7hf
  • io.balena.device-type
    raspberry-pi2
  • io.balena.qemu.version
    7.0.0+balena1-arm

Environment
DEBIAN_FRONTEND

noninteractive

LC_ALL

C.UTF-8

PATH

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

UDEV

off


Layers

[#000] sha256:1236490553984befd7be19a151a0489729a35a66c4aaf5d799cd87d2c738371a - 34.52% (25.3 MB)

[#001] sha256:df212aae1a50334ad81ea6434c82c78f7edc718700634a2a0389cb15b8cdf7e1 - 3.01% (2.21 MB)

[#002] sha256:2123e572af7e503862d223e2d8719bf2cfd4dababb6c278e11b2a9b9dafedf44 - 15.36% (11.3 MB)

[#003] sha256:2a94b0402059071bc1a0193c6e1b5b9497c74574f91b91f09de7908b87966324 - 0.62% (462 KB)

[#004] sha256:7c331f2eb783ebcd7985c9be642f9ee2e1df180415d6474f676ee2184ff6e821 - 0.0% (266 Bytes)

[#005] sha256:c15e18bf6bbe55fdda41ba3a4ee5f0791595bb5cf5dcf64dfc1addcc63ba8be9 - 0.0% (255 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:1cc8d95bd9237c5ff7e46c882382facc7e5c0962aff455c5edeb324f532d13d1 - 0.0% (1012 Bytes)

[#008] sha256:3d49172715ee3a44994991f4ecc178b0f043751a711d99ccf46ed87b76184f8f - 0.0% (280 Bytes)

[#009] sha256:1c4658b7eb655ccc0a12b1f0c1a078a755f53d24db8d305210e1fce0fab44b7d - 0.0% (679 Bytes)

[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#011] sha256:d9ef525e12b1ab7ce67d8c8a1c7bc78454bf78215472c45858944b995e936e02 - 0.0% (464 Bytes)

[#012] sha256:fa039c10711abefa240baef30eb257126e9184156fe85f7c4a9d27396c325a1e - 0.0% (2.81 KB)

[#013] sha256:3c3b8f85023c85d017b8a1b0f2aabc5040c077121045d0af6101ad9a13805b64 - 32.28% (23.7 MB)

[#014] sha256:9b8b17cdd3a217084fd4e1f6ac10b507a598a4865e950f3c4dcaa24ee3b83d36 - 0.0% (470 Bytes)

[#015] sha256:a340e29bd3aa9a376f4456b20ec6e64496af9acd21940aa5d5a47e0e5d51340d - 0.0% (124 Bytes)

[#016] sha256:9b18443e31f5649b1308d2c5be55465cee995343628525cd8c602dea4748cc00 - 14.2% (10.4 MB)


History
2023-07-27 23:58:18 UTC

/bin/sh -c #(nop) ADD file:480cada6975fa477736805a1834cca05d1e18de255c6cc0cca13df01fdb44253 in /

2023-07-27 23:58:18 UTC

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

2023-08-04 17:49:54 UTC (buildkit.dockerfile.v0)

LABEL io.balena.architecture=armv7hf

2023-08-04 17:49:54 UTC (buildkit.dockerfile.v0)

LABEL io.balena.qemu.version=7.0.0+balena1-arm

2023-08-04 17:49:54 UTC (buildkit.dockerfile.v0)

COPY qemu-arm-static /usr/bin # buildkit

2023-08-04 17:52:39 UTC (buildkit.dockerfile.v0)

RUN /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/* && c_rehash && 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 -rf /var/cache/apt/archives/* /var/lib/apt/lists/*' > /usr/sbin/install_packages && chmod 0755 "/usr/sbin/install_packages" # buildkit

2023-08-04 17:52:41 UTC (buildkit.dockerfile.v0)

RUN /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 -sf resin-xbuild /usr/bin/cross-build-start && ln -sf resin-xbuild /usr/bin/cross-build-end # buildkit

2023-08-04 17:52:41 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2023-08-04 17:52:41 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2023-08-04 17:52:41 UTC (buildkit.dockerfile.v0)

ENV UDEV=off

2023-08-04 17:52:41 UTC (buildkit.dockerfile.v0)

RUN /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 # buildkit

2023-08-04 17:52:41 UTC (buildkit.dockerfile.v0)

RUN /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 # buildkit

2023-08-04 17:52:42 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /usr/share/man/man1 # buildkit

2023-08-04 17:52:42 UTC (buildkit.dockerfile.v0)

COPY entry.sh /usr/bin/entry.sh # buildkit

2023-08-04 17:52:42 UTC (buildkit.dockerfile.v0)

COPY balena-info /usr/bin/balena-info # buildkit

2023-08-04 17:52:42 UTC (buildkit.dockerfile.v0)

COPY balena-idle /usr/bin/balena-idle # buildkit

2023-08-04 17:52:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/entry.sh"]

2023-08-04 17:52:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c curl -SLO "https://raw.githubusercontent.com/balena-io-library/base-images/a95300eda2320833e537ca20d728a870bf02177d/scripts/assets/tests/test-os.sh" && echo "Running test-os" && chmod +x test-os.sh && bash test-os.sh debian bullseye && rm -rf test-os.sh # buildkit

2023-08-04 17:52:44 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo 'Here are a few details about this Docker image (For more information please visit https://www.balena.io/docs/reference/base-images/base-images/): \nArchitecture: ARM v7 \nOS: Debian Bullseye \nVariant: run variant \nDefault variable(s): UDEV=off \nExtra features: \n- Easy way to install packages with `install_packages <package-name>` command \n- Run anywhere with cross-build feature (for ARM only) \n- Keep the container idling with `balena-idle` command \n- Show base image details with `balena-info` command' > /.balena/messages/image-info # buildkit

2023-08-04 18:36:00 UTC (buildkit.dockerfile.v0)

LABEL io.balena.device-type=raspberry-pi2

2023-08-04 18:36:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "deb http://archive.raspbian.org/raspbian bullseye main contrib non-free rpi firmware" >> /etc/apt/sources.list && apt-key adv --batch --keyserver keyserver.ubuntu.com --recv-key 0x9165938D90FDDD2E && echo "deb http://archive.raspberrypi.org/debian bullseye main ui" >> /etc/apt/sources.list.d/raspi.list && apt-key adv --batch --keyserver keyserver.ubuntu.com --recv-key 0x82B129927FA3303E # buildkit

2023-08-04 18:37:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends less libraspberrypi-bin kmod nano net-tools ifupdown iputils-ping i2c-tools usbutils && rm -rf /var/lib/apt/lists/* # buildkit

2023-08-04 18:37:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo 'Here are a few details about this Docker image (For more information please visit https://www.balena.io/docs/reference/base-images/base-images/): \nArchitecture: ARM v7 \nOS: Debian Bullseye \nVariant: run variant \nDefault variable(s): UDEV=off \nExtra features: \n- Easy way to install packages with `install_packages <package-name>` command \n- Run anywhere with cross-build feature (for ARM only) \n- Keep the container idling with `balena-idle` command \n- Show base image details with `balena-info` command' > /.balena/messages/image-info # buildkit

2023-08-07 18:15:09 UTC

/bin/sh -c #(nop) WORKDIR /app

2023-08-07 18:15:09 UTC

/bin/sh -c #(nop) COPY dir:9edfe9729948e436e829d57a9f95b4ebdf07318f099ba88565a7ceb3316764bc in /app/

2023-08-07 18:15:10 UTC

/bin/sh -c #(nop) ENTRYPOINT ["./webrtc-streamer"]

2023-08-07 18:15:10 UTC

/bin/sh -c #(nop) CMD ["-a" "-C" "config.json"]

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