Namespace
mpromonet
Image / Tag
webrtc-streamer:whep-armv7
Content Digest
sha256:a9f398ea8edb6c1e1671cdb622e4bcf0f8026822f27df552e39507c471abd344
Details
Created

2023-04-22 21:48:26 UTC

Size

73.6 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:e7318f6106ad75d7d482ae9dddf4d927b0872ef3ddb6e1330aa691fc8d17279e - 34.43% (25.3 MB)

[#001] sha256:0736909fbdc38b3ae89bf5d654bb246b2121e9d367e284128db02d3c768b9af0 - 3.0% (2.21 MB)

[#002] sha256:f0aeb39b45389b06eb61c0495c70d4e7cca02d8b36ba465dfe8bf336ec04691b - 15.24% (11.2 MB)

[#003] sha256:7aea7a101a4f9cde8143cc58be5a820eb40ee9d9a1d108e8bf8e88075790eb9e - 0.61% (462 KB)

[#004] sha256:ca24ab1f69d66e676d893eb760d77a263c12341fb9829520dce58038a39b597e - 0.0% (264 Bytes)

[#005] sha256:5e9e0f150a0dcd433d1019d7c68d4aaab7d91819d7c69ac8c676d7b54f4cf220 - 0.0% (253 Bytes)

[#006] sha256:4ef04bdf7f7d6a19edb42a9ad62542f075033073d551eaf50242ea776007e586 - 0.0% (1009 Bytes)

[#007] sha256:c7176a7f74e2bb90bc6dc30b5273389c4511ad86b916795cd373ee94f480c0c0 - 0.0% (280 Bytes)

[#008] sha256:382501a243e905dc3eb2efeedc5d5db2136492593d4bf961277a0c2dec43b8ad - 0.0% (681 Bytes)

[#009] sha256:8912c0a79e25a1e10d4d5dd461129f2d8e080292b5fdeeb195b8e1c885f640cb - 0.0% (464 Bytes)

[#010] sha256:89c39e013d2396e1e743f280ee68a476c28a6169d5d0d0636f3c3345988d51f7 - 0.0% (2.86 KB)

[#011] sha256:1bad665e0dd237dab32b564abc6dbc481f1dd8307f87bf47617e2deda7ee6881 - 32.48% (23.9 MB)

[#012] sha256:36eaae81db4a8d33409768309926e74d913935fffb1a48220eb450b8b736954e - 0.0% (469 Bytes)

[#013] sha256:baf71f96ee5aa42987e307fa75c43def9ce0922f8f24629063803a50f305500c - 0.0% (92 Bytes)

[#014] sha256:514d0e946122e4c2ff287e61b990f1b9fa9010f777a0762657eb6e485a8ec837 - 14.23% (10.5 MB)


History
2023-02-09 06:12:09 UTC

/bin/sh -c #(nop) ADD file:5f1a343224e8486690bd90dd1e50c8d84b3d770c51bb6829544e5cf650c0419c in /

2023-02-09 06:12:10 UTC

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

2023-02-21 01:57:31 UTC

/bin/sh -c #(nop) LABEL io.balena.architecture=armv7hf

2023-02-21 01:57:31 UTC

/bin/sh -c #(nop) LABEL io.balena.qemu.version=7.0.0+balena1-arm

2023-02-21 01:57:31 UTC

/bin/sh -c #(nop) COPY file:c9914b1e56d2d10f5f2393d76b75975d76d5611d59e7b1fd8e51bfedac45863a in /usr/bin

2023-02-21 01:59:08 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/* && 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"

2023-02-21 02:03:48 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 -sf resin-xbuild /usr/bin/cross-build-start && ln -sf resin-xbuild /usr/bin/cross-build-end

2023-02-21 02:03:48 UTC

/bin/sh -c #(nop) ENV LC_ALL=C.UTF-8

2023-02-21 02:03:48 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2023-02-21 02:03:48 UTC

/bin/sh -c #(nop) ENV UDEV=off

2023-02-21 02:03:49 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

2023-02-21 02:03:49 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

2023-02-21 02:03:50 UTC

/bin/sh -c mkdir -p /usr/share/man/man1

2023-02-21 02:03:50 UTC

/bin/sh -c #(nop) COPY file:0e8e5e7fcb5ff4b4caac2552d3c5cbf829703430466832566297680a5b09c62b in /usr/bin/entry.sh

2023-02-21 02:03:50 UTC

/bin/sh -c #(nop) COPY file:207cdc191bada5970fb21d3481971b4a391e6e52061bd584dc75404c36d01fcf in /usr/bin/balena-info

2023-02-21 02:03:50 UTC

/bin/sh -c #(nop) COPY file:def7f364bfe93992865dfba2017def9a3c407b6cf8ac0233dcd0aabaa9e4b75b in /usr/bin/balena-idle

2023-02-21 02:03:50 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/entry.sh"]

2023-02-21 02:03:51 UTC

/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

2023-02-21 02:03:51 UTC

/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

2023-02-21 02:44:09 UTC

/bin/sh -c #(nop) LABEL io.balena.device-type=raspberry-pi2

2023-02-21 02:44:35 UTC

/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

2023-02-21 02:45:36 UTC

/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/*

2023-02-21 02:45:37 UTC

/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

2023-04-22 21:48:26 UTC

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

2023-04-22 21:48:26 UTC

/bin/sh -c #(nop) COPY dir:397d5be2bbccdd6caa327e87534bd3e953b4facc73fec83ae80220f202985b7c in /app/

2023-04-22 21:48:26 UTC

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

2023-04-22 21:48:26 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