openSUSE / microos-toolbox

Script to run a toolbox container on openSUSE MicroOS
Apache License 2.0
54 stars 15 forks source link

User and multiple toolboxes #2

Closed dfaggioli closed 4 years ago

dfaggioli commented 4 years ago

In my daily development work, I deal with several projects. It happens that I make changes to the sources of these projects, which I then may want to (at least) build test locally. For building such projects I need their build dependencies installed on my workstation and such list. And the list of required packages may be quite long (from stuff like gcc, make, flex, bison, etc. to things like bc, libyajl-devel, libSDL2-devel and so on and so forth.

Now, on a, MicroOS based, immutable rootfs workstation, I definitely would not want to have all those packages installed on the main OS, for obvious reasons. The idea would be to build and test my work in containers, and that is similar to what toolbox does already.

However: