Re: Support for private container registries in GitLab CI builds

2016-11-24 Thread Jeff Hutchins
I've copied the entire contents of my ~/.docker/config.json into a secret variable named DOCKER_AUTH_CONFIG. The contents is { "auths": { "registry.gitlab.com": { "auth": } } } I've confirmed that the base64 decocded value

Support for private container registries in GitLab CI builds

2016-11-23 Thread Jeff Hutchins
After reading through the release notes for gitlab 8.14 at https://about.gitlab.com/2016/11/22/gitlab-8-14-released/ I assumed I'd be able to use docker images from my private registry on gitlab.com. This doesn't appear to be the case even if I follow the instructions at https://docs.gitlab.com