Skip to content

Bind registry to a fixed IP by default

What does this Merge Request do?

Instead of binding to 0.0.0.0 by default, we bind to registry.listen_address. This should generally be a loopback IP, presumably 127.0.0.1 unless a an alias is being used.

See also the docker run docs on publishing ports.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • [-] Documentation added/updated, if needed.
  • [-] gdk doctor test added, if needed.
Edited by Hordur Freyr Yngvason

Merge request reports