We have a self hosted docker repository and want the ability to let our users on the network pull images in the repo without logging in. To push an image we still need them to login. Pull should be open though.
Like how docker hub works. You need to login to publish an image but anyone can pull it if it's marked public. Is there a way to make the image "public"?
Any pointers?