Skip to content

Makefile: better handling of the container registry

Ana Guerrero requested to merge (removed):local_registry_rework into master

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.

Merge request reports