Re: CI/CD pulling registry images from multiple non-public projects

2016-09-20 Thread Drew Blessing
Hi Randall, This problem is being discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/18994. -- 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

CI/CD pulling registry images from multiple non-public projects

2016-09-06 Thread Randall Smith
Greetings, I have several non-public project successfully building automatically to the Gitlab Registry through Gitlab CI. I want to pull those generated images on the docker hosts that will run them. I know that I can log in with `docker login -u gitlab-ci-token -p registry`. My problem is