Skip to content

Enable sample/ applications to be built in docker

Ritesh Raj Sarraf requested to merge docker-build-sample into master

This change invokes the sample/* applications to be built in a containerize docker environment.

With dockerized builds:

  • build dependnecies can be simply updated by updating (and regenerating) the docker image files
  • Resources are controlled in a more deterministic order

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports