Building containers on OBS My friend showed me how to build containers in OBS, the opensuse build service. It makes it really quite nice, as the service can parse your dockerfile, and automatically trigger rebuilds when any package dependency in the chain requires a rebuild. The simplest way is to have a seperate project for your containers to make the repository setup a little easier. When you edit the project metadata, if the project doesn't already exist, a new one is created. So we can st...