Self-Managed Container Registry Error

I’m trying to setup the container registry, but all I get is the following error.

I already try the steps on the documentation, but still the same issue. Any idea on what I should do to enabled the container registry?

Thanks,
Ennio

I missed some information:

Self-Managed
Gitlab Version: 16.7.3-ee
Docker Version: 24.0.5
OS: Ubuntu 20.04

Thanks

Please explain what you have configured and how. Please post the configuration changes you made to gitlab.rb.

All I changed on the gitlab.rb was the following

gitlab_rails['registry_enabled'] = true
gitlab_rails['registry_host'] = "https://abc.mywebsite.com:5050"
#gitlab_rails['registry_port'] = "5005"
gitlab_rails['registry_path'] = "/var/opt/gitlab/gitlab-rails/shared/registry"

I found the issue. I was missing the following registry_external_url

1 Like