buildroot icon indicating copy to clipboard operation
buildroot copied to clipboard

Build Environment in Docker

Open nmcain opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, handling dependencies and configuration for building dahliaOS is complex and time consuming.

Describe the solution you'd like Ideally, the build environment would be a single portable Docker container image that can be transferred between machines, making it platform independent.

Describe alternatives you've considered Alternatives are prebuilt environment images for QEMU (Time consuming), shell scripts (Complex and platform specific), or another container platform.

Do you have an idea of how we would add it? Build a docker container with the environment set up and various tools available to accelerate development. Will also allow the build system to be platform independent and portable.

Why should we add it? Containerization will make building more accessible, and allow me to migrate my servers to Fedora, as well as maintain a single stable build environment across the team.

Additional context N/A

nmcain avatar May 07 '22 03:05 nmcain