Hi, I recently switched on GitLab's Docker Registry feature and it works quite well on my desktop. The next step for us is to use the registry when building our software via GitLab CI. Instead of build a docker image, which is described in various ways in the documentation and on several medium.com posts which the official twitter account mentions, I can not find a way to pull our own images from GitLab's registry.
If we specify an image from the registry via the image directive in .gitlab-ci.yml we get an authorization error (I expected that the worker perhaps authorize themselves transparently, but this is not the case). So someone on the worker should call docker login. Two problems with that: 1. We authenticate our users via LDAP. Should we really create a static user just for the CI server? 2. We have quite a few worker running here. That's a lot of work to SSH'd into every single one. Do I have overlooked something very obvious or should I go the route of docker login on every worker node? Regards, Jens -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/12d28530-fbf6-4ad8-997a-51e83d37ff83%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.