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
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