canonical / colcon-in-container

Colcon extension to build a colcon workspace in a container
GNU General Public License v3.0
26 stars 1 forks source link

Feat/test in container #6

Closed Guillaumebeuzeboc closed 1 year ago

Guillaumebeuzeboc commented 1 year ago

lgtm, only minor changes 2 questions:

* will everything inside the container run as root?

* will the command download from internet every dependency every time it is run?

Everything will be ran as root.

Yes we will redownload all the dependency from the internet every time it runs