Sign inSign up

tprrt/debian-buildroot

By tprrt

Updated 5 days ago

An environment to build Linux systems with the Buildroot framework.

Image
Languages & frameworks
0

3.6K

tprrt/debian-buildroot repository overview

=================== Buildroot container

A container to build a complete Linux system with the Buildroot_ framework.


Use the following command to pull the image of this container:

.. code-block:: bash

podman pull docker.io/tprrt/debian-buildroot

Otherwise, it is possible to build the image, with the command below:

.. code-block:: bash

podman build -t tprrt/debian-buildroot:latest -f ./Dockerfile .

Run the container:

.. code-block:: bash

cd <src>
podman run --rm -i -t \
    --security-opt seccomp=unconfined --security-opt label=disable \
    --userns=keep-id:uid=1000,gid=1000 \
    --mount type=bind,source=$(pwd),target=/src \
    --workdir /src \
    --pids-limit=0 \
    tprrt/debian-buildroot

Stop the container:

.. code-block:: bash

podman container stop -t=1 tprrt/debian-buildroot
podman container rm tprrt/debian-buildroot

.. _Buildroot: https://buildroot.org

Tag summary

Content type

Image

Digest

sha256:a06a9070a

Size

183.2 MB

Last updated

5 days ago

docker pull tprrt/debian-buildroot