Namespace
mpromonet
Image / Tag
webrtc-streamer:update_image-armv7l
Content Digest
sha256:6753bc3699eec6f3027b9ee453f74b31f3f95527b2974a653840218ea3e1bfb3
Details
Created

2026-04-11 15:19:37 UTC

Size

76.3 MB

Content Digest
Labels
  • io.balena.architecture
    armv7hf
  • io.balena.device-type
    raspberry-pi2
  • io.balena.qemu.version
    7.0.0+balena1-arm
  • maintainer
    michel.promonet@free.fr

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:a3677b10b3c2b17c251b045a96a5c5899810ee1ee2fa8982715ba998fd10e6ad - 29.92% (22.8 MB)

[#001] sha256:6ab97550950c0520eb97d3fa6d1e73b1ae54878d87b776f1f5efe7f2750a8985 - 2.89% (2.21 MB)

[#002] sha256:b5fbb166fad71ae07d38eaf81ce704994846696a09ad005186045d6d83964901 - 19.57% (14.9 MB)

[#003] sha256:84d7ba4d183a6c450d1623a4f46e0dfd0a222bf9d8513f9b7cf08c27a234ec64 - 0.59% (462 KB)

[#004] sha256:e676904153c139fd583dbbc7e2c2294085075c19e6f2cc505c72cc9e030e07eb - 0.0% (263 Bytes)

[#005] sha256:75b7bc2fe8231d1b17eb545a7864b7855bbeb841efad307ea0c2314db9f6739e - 0.0% (254 Bytes)

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

[#007] sha256:626c4bb81a81b4d311d2cdfda604abb788b9389c97ce8b1d3abdf932651fd88f - 0.0% (1007 Bytes)

[#008] sha256:35b625d01ece3f6a8091a97b0852f955c57963d0331531ee02b41f6cfad9596b - 0.0% (276 Bytes)

[#009] sha256:e8d3ace21ad9d0044bf9d8cd5f20002806239c2d8be117799e17447c36c3a04c - 0.0% (670 Bytes)

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

[#011] sha256:dd2aea4eefcf398b733c78ec03c4d927103c79fbd2e541d72e1875ac53836f23 - 0.0% (562 Bytes)

[#012] sha256:d19d02764f08450ee6a993b7487ae17f1cbd95ffc907949fbe5db0e386fb3f5b - 0.0% (2.72 KB)

[#013] sha256:8cb607e0979fb177bfe625058629f76872d83a3114535b0f91ccc91b313d5686 - 33.45% (25.5 MB)

[#014] sha256:6c32a4ccfb02ed882a55a9932b27f771ec1c1aeaa1e7bd6ab21f142b8b0e68e3 - 0.0% (569 Bytes)

[#015] sha256:e6ecd56827bb27297006df6629274de00d5a796e383403b5ead4cbc4e8a77ced - 0.0% (166 Bytes)

[#016] sha256:6da1dc7d8ad938a7705f68a87427555fa997bd272b26f8ed0dd53a7004c8b718 - 11.55% (8.81 MB)

[#017] sha256:400fcbcda3375446a2394cfb6e44e27afc89ffc41c97846fc685355185cb94b0 - 2.02% (1.54 MB)


History
2025-04-28 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'armhf' out/ 'bookworm' '@1745798400'

2025-05-21 14:50:08 UTC (buildkit.dockerfile.v0)

LABEL io.balena.architecture=armv7hf

2025-05-21 14:50:08 UTC (buildkit.dockerfile.v0)

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

2025-05-21 14:50:08 UTC (buildkit.dockerfile.v0)

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

2025-05-21 14:50:35 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

2025-05-21 14:50:37 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

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

ENV UDEV=off

2025-05-21 14:50:37 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

2025-05-21 14:50:37 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

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

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

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

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

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

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

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

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

2025-05-21 14:50:37 UTC (buildkit.dockerfile.v0)

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

2025-05-21 14:50:38 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 bookworm && rm -rf test-os.sh # buildkit

2025-05-21 14:50:38 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo 'This base image is deprecated and will no longer receive updates. Refer to our blog post (https://blog.balena.io/deprecate-balenalib-images/) for migration guidance and suggested alternatives. \nHere 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 Bookworm \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

2025-05-22 03:56:16 UTC (buildkit.dockerfile.v0)

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

2025-05-22 03:56:16 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "deb http://archive.raspbian.org/raspbian bookworm 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 bookworm main ui" >> /etc/apt/sources.list.d/raspi.list && apt-key adv --batch --keyserver keyserver.ubuntu.com --recv-key 0x82B129927FA3303E # buildkit

2025-05-22 03:56:28 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

2025-05-22 03:56:28 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo 'This base image is deprecated and will no longer receive updates. Refer to our blog post (https://blog.balena.io/deprecate-balenalib-images/) for migration guidance and suggested alternatives. \nHere 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 Bookworm \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

2026-04-11 14:50:18 UTC (buildkit.dockerfile.v0)

LABEL maintainer=michel.promonet@free.fr

2026-04-11 14:50:18 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/local/share/webrtc-streamer

2026-04-11 15:19:37 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/webrtc-streamer /usr/local/bin/ # buildkit

2026-04-11 15:19:37 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/webrtc-streamer/ /usr/local/share/webrtc-streamer/ # buildkit

2026-04-11 15:19:37 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["webrtc-streamer"]

2026-04-11 15:19:37 UTC (buildkit.dockerfile.v0)

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