Home > Software engineering >  Container Registry is missing from Packages & Registries in Gitlab
Container Registry is missing from Packages & Registries in Gitlab

Time:05-13

I'm new to the GitLab pipeline learning how to build docker images for projects using Gitlab Ci. However, I could not find the Container Registry to see the spaces for storing Docker images. I don't have the Gitlab-runner installed yet so I don't know if this is the issue. Would please give some advice regarding this?

enter image description here

CodePudding user response:

This means that the container registry is not enabled.

On self-hosted GitLab instances, an administrator must configure and enable the container registry feature.

On gitlab.com, the container registry is available by default.

  • Related