Hello !
I have a self hosted gitlab CE, and I’m using the docker registry.
I would like to:
- Enable a project registry for ONE specific project, which store all my docker images for the users
- Disable all others project registries, avoiding all users activate it for their projects
I did not see such a configuration option (even if I can disable it system-wide, projects owners can activate it.
I’ve also see write_registry
and read_registry
options, but no idea how to disable them.
Any clue?
Thanks!