Hi,
I installed docker version of gitlab, runners, and registry. Today i have 4 containers on the same machine.
-Gitlab
-Runner 1
-Runner 2
-Registry
I don’t use SSL certificate, because all of my containers are in local. But i have a problem, my runner can with insercure registry push builds containers on my registry and all is good when i look on http://registry.local:5000/v2/_catalog, but i can’t see anything on my gitlab “Deploy > Container Registry”, why ? What’s missing ? It’s possible to use all of my gitlab lab without SSL ?
Thanks for your help.