-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Docker Registry #143
Comments
Hi! You can enable it if you want, choose the settings you want in the file |
I'm back, sorry for the delay. That was really simple to add, thank you about the # /etc/gitlab/gitlab-persistent.rb
registry_external_url 'https://git.example.com:5050'
registry_nginx['ssl_certificate'] = "/etc/ssl/private/yunohost_crt.pem"
registry_nginx['ssl_certificate_key'] = "/etc/ssl/private/yunohost_key.pem"
# Then
sudo gitlab-ctl reconfigure And don't forget to open the port I think it would be a great value to enable it by default. |
I think it could be an option at the installation of gitlab 👍 |
Hi, I followed the instructions and successfully configured the Docker registry on Gitlab, but I have an issue:
I guess it's a port issue, but I can't find what's wrong. Did you also have issues with it? |
have you opened the port |
I did, but it behaves the same. I'm sure that there is some kind of mess in the I did, but it behaves the same. When you use your registry, do you specify the port (docker login/push mydomain:5050)? |
I even tried to completely disable the firewall, but it stil doesn't work. |
Hi,
I'd really like to have the Docker registry enable on GitLab (built-in feature).
Can it be enabled?
Thanks :-)
Admin documentation
The text was updated successfully, but these errors were encountered: