Skip to content

Add docker image template

Kevin Daudt requested to merge add-docker-image-template into master

Add a template to build docker images, which is copied from . The idea is that those repositories can refer to the template rather than duplicating the same steps.

This also adds a minimal linting for the yaml files so that we at least get feedback of obviously broken files. Later we want to improve on that.

Merge request reports