The source project of this merge request has been removed.
Makefile: better handling of the container registry
Two changes related to the container registry:
- The clean target should remove everything, this includes stopping the containers created by the build process.
- re-work local-registry target: a more elegant way to avoid starting the registry container if it's already running. This will avoid some misleading error messages.