Gitlab-ee Registry Container

Good afternoon,

We are installing a gitlab-ee. We use docker-compose to be able to raise all services. We are trying to enable Registry configuration to be able to host AMI’s in a bucket. We have followed the steps of the documentation and we are not able to configure it. The only error that the registry container gives us is the following:

No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in. HERE in the configuration file or set the REGISTRY_HTTP_SECRET environment variable.

We generate this file with a volume in docker-compose and checking the container exists but it still gives the same error.

When we enter into the Admin Area can see Container Registry component but it isnt enabled, when we access into omnibus container we see the service is up.

Could you please help us deploy this component?

Thank you very much.
Regards.

@ric have you had any success enabling the Conatiner registry.

I have updated /etc/gitlab/gitlab.rb as per the documentation as well as installed a docker registry.