crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
206 stars 94 forks source link

Dockerfile: use Ubuntu 18.04 LTS as base #45

Closed moto-timo closed 4 years ago

moto-timo commented 4 years ago

16.04 LTS is quite old at this point, so let us base poky-container on 18.04 LTS.

Signed-off-by: Tim Orling timothy.t.orling@linux.intel.com